You are not logged in.

#1 2024-01-20 08:55:08

mehdi-n
Member
Registered: 2022-05-02
Posts: 14

[solved] Unable to use jupyter-nbextension

Based on Jupyter wiki page I have installed jupyterlab and jupyter-notebook packages. But running the command:

jupyter nbextension install --user

results in the error message that the command 'jupyter-nbextension' is not found. Most of the solutions found by searching about it use pip to install packages that is not recommended in arch.
Also I tried installing 'jupyter_contrib_nbextensions' package which was not successful as it's stated in the comments section of the AUR page (two top comments)
Can anybody help me solve this.

Last edited by mehdi-n (2024-01-20 11:38:32)

Offline

#2 2024-01-20 09:08:30

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,290

Re: [solved] Unable to use jupyter-nbextension

The wiki page is badly outdated. jupyter-notebook is nowadays just a wrapper over jupyterlab, so you should use

jupyter labextension install --user

instead.

Offline

#3 2024-01-20 09:40:08

mehdi-n
Member
Registered: 2022-05-02
Posts: 14

Re: [solved] Unable to use jupyter-nbextension

Thanks, it worked

Last edited by mehdi-n (2024-01-20 11:37:37)

Offline

Board footer

Powered by FluxBB