https://github.com/saulshanabrook/binder-jupyterlab-dev
https://github.com/saulshanabrook/binder-jupyterlab-dev
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/saulshanabrook/binder-jupyterlab-dev
- Owner: saulshanabrook
- Created: 2021-02-09T18:00:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-09T18:55:05.000Z (over 4 years ago)
- Last Synced: 2025-07-14T05:28:44.361Z (3 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Binder JupyterLab Development
Example repo to show how to have a binder work for JupyterLab and Lumino dev branches.
It clones a dev verion of lumino, links it to JupyterLab, builds a dev version of JupyterLab with those packages, and then starts JupyterLab in dev mode.
[](https://mybinder.org/v2/gh/saulshanabrook/binder-jupyterlab-dev/master?urlpath=lab/)
Local testing:
```bash
pip install jupyter-repo2docker
jupyter-repo2docker .
```