Last active
November 6, 2022 04:14
-
-
Save krassowski/521bb655f99d9b001f8ffa262f6d7e02 to your computer and use it in GitHub Desktop.
Profiling UI of JupyterLab 4.0.0a30
This file contains hidden or 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
jupyter lab build --minimize=False | |
wget https://gist.githubusercontent.com/krassowski/eb2b312576e8597f935817c4c4d81fa5/raw/150628fb1423932ab8ab0c8c9a5ec9a295ba3199/gh-9757-reproducer.ipynb |
This file contains hidden or 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
jupyterlab==4.0.0a30 | |
jupyterlab-ui-profiler==0.1.1 |
This file contains hidden or 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