Uninstall Jupyter completely using conda

Lately I am having some problems with some extensions of jupyter and that are of extreme importance for my research. To solve these problems once and for all, I would like to know how I can completely uninstall, using conda, Jupyter and their extensions and then install correctly. Because .js extensions are not being recognized, as well as widgets

Since you’re using conda the easiest solution is to create a new conda environment. Otherwise you’ll have to conda uninstall each package, there’s no single command that will uninstall everything, especially if you also want to uninstall the dependencies of Jupyter.

Note that if you’ve also used pip install in the conda environment it might be impossible to return to a clean state.

1 Like