You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enabling: nbdime
- Writing config: /root/myvpython3810/etc/jupyter
- Validating...
nbdime 3.1.1 OK
Installing /root/myvpython3810/lib/python3.8/site-packages/nbdime/notebook_ext -> nbdime
Up to date: /root/myvpython3810/share/jupyter/nbextensions/nbdime/index.js
Up to date: /root/myvpython3810/share/jupyter/nbextensions/nbdime/nbdime.yaml
- Validating: OK
To initialize this nbextension in the browser every time the notebook (or other app) loads:
jupyter nbextension enable nbdime --py --sys-prefix
Enabling notebook extension nbdime/index...
- Validating: OK
usage: jupyter-labextension [-h] [--debug] [--show-config] [--show-config-json] [--generate-config] [-y] [--no-build] [--no-minimize] [--clean] [--splice-source]
[--log-level InstallLabExtensionApp.log_level] [--config InstallLabExtensionApp.config_file] [--app-dir InstallLabExtensionApp.app_dir]
[--dev-build [InstallLabExtensionApp.dev_build]] [--minimize InstallLabExtensionApp.minimize] [--debug-log-path InstallLabExtensionApp.debug_log_path]
[--pin-version-as InstallLabExtensionApp.pin]
[extra_args [extra_args ...]]
jupyter-labextension: **error: unrecognized arguments**: --sys-prefix
I run the the whole thing as regular user and don't have permission to the system level files. I wonder why I get the last error "nrecognized arguments". I following the steps as in https://nbdime.readthedocs.io/en/latest/extensions.html Do I miss anything? Thanks in advance.
The text was updated successfully, but these errors were encountered:
I created a python3 virtual environment with the following steps:
When I try to enable the extensions, I run
and I get the following:
I run the the whole thing as regular user and don't have permission to the system level files. I wonder why I get the last error "nrecognized arguments". I following the steps as in https://nbdime.readthedocs.io/en/latest/extensions.html Do I miss anything? Thanks in advance.
The text was updated successfully, but these errors were encountered: