https://binder.opengeosys.org/v2/gist/bilke/987a9186fc5ad62654866b5977a16fd5/HEAD?urlpath=lab
-
-
Save bilke/987a9186fc5ad62654866b5977a16fd5 to your computer and use it in GitHub Desktop.
JupyterLab 4 with RTC
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
| ipykernel | |
| jupyterlab | |
| jupyterlab-link-share | |
| jupyter-collaboration | |
| jupytext |
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.12 |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment