Work
Travel
Various
Using Jupyter
mybinder
A public repository with a Dockerfile can be loaded into binder.
This allows running jupyter commands in it.
A typical layout of the repo:
binder-tutorials/
├── Dockerfile ← the Binder environment
├── notebooks/
│ ├── 00_demo1.ipynb
│ ├── 01_demo2.ipynb
│ └── 02_demo3.ipynb
└── README.md ← contains the launch badge
When first requested, the image is build in mybinder - but then it is cached for subsequent uses.