NBClassic on Binder
This example starts nbclassic instead of the Classic Jupyter Notebook as the main server:
Try it on Binder!
name: nbclassic | |
channels: | |
- conda-forge | |
dependencies: | |
- jupyterlab=3 | |
- nbclassic=0.2 |
#!/bin/bash | |
exec jupyter nbclassic "${@:4}" |