Try it on Binder!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jupyterlab~=3.0 | |
voila-gridstack~=0.2 | |
ipywidgets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: jupyterlab-3 | |
channels: | |
- conda-forge | |
dependencies: | |
- jupyterlab=3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: example-environment | |
channels: | |
- conda-forge | |
dependencies: | |
- jupyterlab-link-share=0.2 | |
- jupyterlab=3 |
This example starts nbclassic instead of the Classic Jupyter Notebook as the main server:
Try it on Binder!
https://github.com/jtpio/jupyterlite
- Lightweight Jupyter Frontend running in the browser:
- no server
- no command line
- no dependency management
From https://github.com/saulshanabrook/binder-jupyterlab-dev but as a gist