Skip to content

Instantly share code, notes, and snippets.

@minrk
Forked from jtpio/README.md
Created April 25, 2022 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minrk/99b0b84cd7b51b92586f02e4376a1f62 to your computer and use it in GitHub Desktop.
Save minrk/99b0b84cd7b51b92586f02e4376a1f62 to your computer and use it in GitHub Desktop.
NBClassic on Binder

NBClassic on Binder

This example starts nbclassic instead of the Classic Jupyter Notebook as the main server:

image

Try it on Binder!

Binder

name: nbclassic
channels:
- conda-forge
dependencies:
- jupyterlab=3
- nbclassic=0.2
exec jupyter nbclassic --ip 0.0.0.0 "${@:3}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment