Last active
February 8, 2023 13:56
-
-
Save fcollonval/8a761e045dbf12f053f9c6bf1166cba8 to your computer and use it in GitHub Desktop.
JupyterLab with Jupyter Server >=2.0.0
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.0,<4.0.0 | |
jupyter-server>=2.0.0,<3.0.0 |
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
python-3.10 |
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 --collaborative "${@:4}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment