binder-examples/jupyterlab

Name: jupyterlab

Owner: Binder Examples

Description: Demonstrating how to get JupyterLab working with Binder

Created: 2017-10-06 16:40:13.0

Updated: 2018-05-16 23:58:33.0

Pushed: 2018-03-14 22:52:32.0

Homepage: null

Size: 17

Language: Jupyter Notebook

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

JupyterLab + Binder

Binder

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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.