Skip to content

Instantly share code, notes, and snippets.

@jtpio
Last active January 17, 2023 00:30
  • Star 7 You must be signed in to star a gist
  • Fork 9 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
JupyterLab 3.2.9
{
"LabApp": { "collaborative": true, "expose_app_in_browser": true }
}
# generate non minified assets so it's easier to step into the code on Binder
jupyter lab build --minimize=False
ipykernel>=6
jupyterlab==3.2.9
jupyterlab-link-share
xeus-python
@adrienpacifico
Copy link

adrienpacifico commented Mar 19, 2022

For anyone having its configuration file in a binder folder, the jupyter_config.json file needs to be at the root of the directory (at least it does not work for me when it is in a binder folder).

Also, xeus-python is not mandatory to use collaborative mode with binder!

Thank you for that example!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment