You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2025. It is now read-only.
If the `jupyter-lab` binary already exists in $PATH, as found
by `command -v jupyter-lab`, then we skip installing using
`pipx` or `uv`.
By skipping the install path, we leave `${JUPYTERPATH}` unset, which then leads to a broken module unless `jupyter-lab` just so
happens to be installed at `/jupyter-lab`.
Fix this by calculating the full path to the binary, either from the
install locations of `pipx`, `uv` or, in the case that it was
preinstalled, from the preinstalled location.
0 commit comments