How to uninstall jupyter

后端 未结 9 732
独厮守ぢ
独厮守ぢ 2020-11-30 20:53

I have been trying to uninstall jupyter

I have tried the following commands

pip uninstall jupyter
pip3 uninstall jupyter

and

9条回答
  •  鱼传尺愫
    2020-11-30 21:28

    If you are using jupyter notebook, You can remove it like this:

    pip uninstall notebook
    

    You should use conda uninstall if you installed it with conda.

提交回复
热议问题