You are not logged in.
Pages: 1
Based on Jupyter wiki page I have installed jupyterlab and jupyter-notebook packages. But running the command:
jupyter nbextension install --userresults 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
The wiki page is badly outdated. jupyter-notebook is nowadays just a wrapper over jupyterlab, so you should use
jupyter labextension install --userinstead.
Offline
Thanks, it worked
Last edited by mehdi-n (2024-01-20 11:37:37)
Offline
Pages: 1