Skip to content

Instantly share code, notes, and snippets.

@jtpio
Last active January 3, 2024 17:16
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save jtpio/4e9a3d435d7c3950dc4150c10abbb1d7 to your computer and use it in GitHub Desktop.
Save jtpio/4e9a3d435d7c3950dc4150c10abbb1d7 to your computer and use it in GitHub Desktop.
JupyterLab 4 on Binder

JupyterLab 4 on Binder

Binder

# generate non minified assets so it's easier to step into the code on Binder
# jupyter lab build --minimize=False
ipykernel>=6
jupyterlab==4.0.10
#!/bin/bash
set -e
echo $@
exec jupyter-lab "${@:4} --expose-app-in-browser"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment