Skip to content

Instantly share code, notes, and snippets.

@jtpio
Last active April 14, 2023 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtpio/d063489b0843547ceeaaf5ee9832e69d to your computer and use it in GitHub Desktop.
Save jtpio/d063489b0843547ceeaaf5ee9832e69d to your computer and use it in GitHub Desktop.
JupyterLab 3.6 on Binder

JupyterLab 3.6 on Binder

Binder

{
"LabApp": { "collaborative": false, "expose_app_in_browser": true }
}
jupyterlab==3.6.3
jupyterlab-link-share
jupyterlab-night
#!/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