-
-
Save afshin/41789f19fca953cb3440aba6adc0afb1 to your computer and use it in GitHub Desktop.
JupyterLab 4.0.1 n Binder
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# generate non minified assets so it's easier to step into the code on Binder | |
# jupyter lab build --minimize=False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ipykernel>=6 | |
jupyterlab==4.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python-3.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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