https://github.com/binder-examples/jupyterlab
Demonstrating how to get JupyterLab working with Binder
https://github.com/binder-examples/jupyterlab
binder binder-ready
Last synced: 3 months ago
JSON representation
Demonstrating how to get JupyterLab working with Binder
- Host: GitHub
- URL: https://github.com/binder-examples/jupyterlab
- Owner: binder-examples
- License: bsd-3-clause
- Created: 2017-10-06T16:40:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-16T19:12:51.000Z (about 6 years ago)
- Last Synced: 2024-12-02T15:49:11.495Z (10 months ago)
- Topics: binder, binder-ready
- Language: Jupyter Notebook
- Size: 19.5 KB
- Stars: 59
- Watchers: 2
- Forks: 81
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JupyterLab + Binder
[](https://mybinder.org/v2/gh/binder-examples/jupyterlab/master?urlpath=lab/tree/index.ipynb)
JupyterLab is packaged with Binder repositories by default. In order to
run a JupyterLab session, you have two options:## Start JupyterLab after you start your Binder
Do the following:
1. Launch a Binder instance (e.g., by clicking the Binder badge)
2. Replace `tree` at the end of your URL with `lab`.
3. That's it!## Create a Binder link that points to JupyterLab
You can also create a Binder link that points to JupyterLab by adding the following
to the end of your link:`?urlpath=lab`
You can point to a specific file using JupterLab by including a file path
beginning with `tree/` to the end of `urlpath`, like so:`?urlpath=lab/tree/path/to/my/notebook.ipynb`
For example, the Binder badge above goes to the following URL:
`http://mybinder.org/v2/gh/binder-examples/jupyterlab/master?urlpath=lab/tree/index.ipynb`
Note: this repository also installs several JupyterLab extensions via a `postBuild` script, allowing
you to use JupyterLab's extensions and widgets functionality.For a more complete demo of JupyterLab using Binder, see the
[JupyterLab Demo](https://github.com/jupyterlab/jupyterlab-demo).