Removal of the nbdime notebook extension

To disable and uninstall the nbdime Jupyter extensions, run the following command:

nbdime extensions --disable [--sys-prefix/--user/--system]

Or, if you prefer full control, you can run the individual steps here:

jupyter serverextension disable --py nbdime [--sys-prefix/--user/--system]
jupyter nbextension disable --py nbdime [--sys-prefix/--user/--system]
jupyter nbextension uninstall --py nbdime [--sys-prefix/--user/--system]
jupyter labextension uninstall nbdime-jupyterlab

The flags are the same as they were for the installation step.

If your extension install/configuration gets messed up, run this in your Terminal:

jupyter --paths
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset