Skip to content

jmurphy172/my-first-binder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

my-first-binder

Welcome to my-first-binder! πŸŽ‰

This project contains Jupyter notebooks and an environment setup to run them using Binder. Binder lets you and others run this code directly in your browser β€” no need to install anything!


πŸš€ Launch the Notebooks with Binder

Click the button below to launch this repository in a live, interactive Jupyter environment:

Binder


πŸ“ Repository Contents

  • dashboard_test.ipynb – A notebook for dashboard testing.
  • pdads08_clustering.ipynb – A clustering notebook, possibly for PDADS data.
  • environment.yml – Defines the Conda environment needed to run the notebooks.

πŸ›  How It Works

Binder reads the environment.yml file to create a reproducible environment. It then opens a Jupyter notebook interface where anyone can:

  • View the notebooks
  • Run the code
  • Make their own edits (non-persistent)

πŸ§ͺ Try It Yourself

  1. Fork or clone this repo if you want to customize.
  2. Add any required notebooks or update the environment.yml as needed.
  3. Push your changes to GitHub.
  4. Go to https://mybinder.org, paste your GitHub URL, and generate a launch link.

πŸ’‘ Tips

  • Make sure environment.yml is correctly formatted.
  • If using pip instead of conda, include a requirements.txt.
  • You can also specify a Python version using a runtime.txt (e.g., python-3.9).

Have fun experimenting with your first Binder project! 😊

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors