Skip to content

Instantly share code, notes, and snippets.

@jtpio
Last active April 26, 2022 08:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jtpio/fca78a722eee2ca968acf38c629c277c to your computer and use it in GitHub Desktop.
Save jtpio/fca78a722eee2ca968acf38c629c277c 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
#!/bin/bash
exec jupyter nbclassic "${@:4}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment