-
-
Save krassowski/dc20cb11ec95fe8176f2a54030f2eddd to your computer and use it in GitHub Desktop.
JupyterLab 4.0.0a37 on Binder
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# generate non minified assets so it's easier to step into the code on Binder | |
# jupyter lab build --minimize=False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ipykernel>=6 | |
jupyterlab==4.0.0a37 | |
jupyterlab-link-share | |
jupyter-collaboration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
echo $@ | |
exec jupyter-lab "${@:4}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment