How to uninstall jupyter

后端 未结 9 721
独厮守ぢ
独厮守ぢ 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:14

    In my case, I have installed it via pip3 on mac.

    pip3 uninstall notebook
    

提交回复
热议问题