Skip to content

Instantly share code, notes, and snippets.

@jtpio
Last active March 23, 2023 12:31
Embed
What would you like to do?
JupyterLab 3.6 on Binder

JupyterLab 3.6 on Binder

Binder

{
"LabApp": { "collaborative": false, "expose_app_in_browser": true }
}
jupyterlab==3.6.2
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