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!
Click the button below to launch this repository in a live, interactive Jupyter environment:
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.
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)
- Fork or clone this repo if you want to customize.
- Add any required notebooks or update the
environment.ymlas needed. - Push your changes to GitHub.
- Go to https://mybinder.org, paste your GitHub URL, and generate a launch link.
- Make sure
environment.ymlis 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! π