On a conda installation installed via -c conda-forge, trying to install nbextensions via
jupyter contrib nbextension install --user
Results in
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
Did the procedure change recently?
jupyter_contrib_nbextensions
. This is explained here, sort of. Jupyter Notebook 7+ is built on the same components and so what was written there years ago holds for Jupyter Notebook 7+. Hopefully now you understand why this is important to specify the version. – Dinsdale