ipython-contrib / jupyter_contrib_nbextensions

A collection of various notebook extensions for Jupyter
http://jupyter-contrib-nbextensions.readthedocs.io/en/latest
Other
5.2k stars 806 forks source link

jupyter contrib nbextension install --user fails #1551

Open mfeldt opened 3 years ago

mfeldt commented 3 years ago

The command seems not to parse correctly any more, it responds with

usage: jupyter-contrib [-h] [--debug] [--generate-config] [-y] [--log-level JupyterContribApp.log_level]
                       [--config JupyterContribApp.config_file]
                       [extra_args [extra_args ...]]
jupyter-contrib: error: argument --user: expected one argument
Konstantina-Lazaridou commented 2 years ago

I am having the same issue. I am trying to install Hinterland and jupyter contrib nbextension install --user is one of the steps. This command has the same error as well: jupyter contrib nbextension install --system

JettTeixeira commented 2 years ago

Anyone solved the issue? I have the same problem

Yam0214 commented 2 years ago

Try to install contributed extensions with this way. It might be help.

d-kleine commented 9 months ago

You can disable the user configuration: jupyter nbextensions_configurator disable --user