Created
January 21, 2024 10:55
-
-
Save krassowski/41f8f0297457018d1838e9c4556b3ff8 to your computer and use it in GitHub Desktop.
JupyterLab 4.0.8
This file contains hidden or 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": { "expose_app_in_browser": true } | |
} |
This file contains hidden or 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 |
This file contains hidden or 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.8 | |
jupyterlab_server>=2.25.2 | |
jupyter-collaboration | |
python-lsp-server | |
jupyterlab-git==0.50.0 |
This file contains hidden or 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
python-3.10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment