Last active
April 14, 2023 15:18
-
-
Save jtpio/d063489b0843547ceeaaf5ee9832e69d to your computer and use it in GitHub Desktop.
JupyterLab 3.6 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
{ | |
"LabApp": { "collaborative": false, "expose_app_in_browser": true } | |
} |
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
jupyterlab==3.6.3 | |
jupyterlab-link-share | |
jupyterlab-night |
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}" --config jupyter_config.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment