Skip to content

Instantly share code, notes, and snippets.

@afshin
Forked from jtpio/README.md
Created July 11, 2023 11:11
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 afshin/41789f19fca953cb3440aba6adc0afb1 to your computer and use it in GitHub Desktop.
Save afshin/41789f19fca953cb3440aba6adc0afb1 to your computer and use it in GitHub Desktop.
JupyterLab 4.0.1 n 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.2
#!/bin/bash
set -e
echo $@
exec jupyter-lab "${@:4}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment