Skip to content

Instantly share code, notes, and snippets.

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