Skip to content

Instantly share code, notes, and snippets.

@jtpio
Last active May 26, 2021 14:29
Show Gist options
  • Save jtpio/8d392846c2f3ee6fab38cdfab5a364ec to your computer and use it in GitHub Desktop.
Save jtpio/8d392846c2f3ee6fab38cdfab5a364ec to your computer and use it in GitHub Desktop.
JupyterLab 3.0.16 on Binder

JupyterLab 3.0 on Binder

Try it on Binder!

Binder

This conda environment demonstrates how to install JupyterLab extensions with conda or mamba, without any end user build or requiring Node.js.

It also installs the xeus-python kernel to enable the visual debugger sidebar by default.

And Jupyter Widgets!

image

name: jupyterlab-3
channels:
- conda-forge
dependencies:
- ipywidgets=7.6
- jupyterlab=3.0.16
- jupyterlab-python-file # JupyterLab extension installed with conda (no end user build)
- xeus-python
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment