Extensions — JupyterLab 4.0.9 documentation and Extensions — JupyterLab 4.1.0a4 documentation both suggest that there’s a --level user
option that can be used to install extensions as a user:
When using the command line, you can target the
--level
of the config:user
,system
, orsys-prefix
(default).
However it is entirely unclear where this flag is supposed to go. jupyter --level user labextension install my-extension
, jupyter labextension --level user install my-extension
, and jupyter labextension install --level user my-extension
all complain about not knowing about a “level” alias (or jupyter-user
not being a valid (sub)command).
Are the docs outdated? Am I missing something somewhere?
> jupyter --version
Selected Jupyter core packages...
IPython : 8.4.0
ipykernel : 6.15.1
ipywidgets : 7.7.1
jupyter_client : 7.3.4
jupyter_core : 4.11.1
jupyter_server : 1.18.1
jupyterlab : 3.4.4
nbclient : 0.6.6
nbconvert : 6.5.0
nbformat : 5.4.0
notebook : 6.4.12
qtconsole : not installed
traitlets : 5.3.0