How to uninstall jupyter

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

    For Mac OS, you may use the below command in order to remove files manually.

    sudo rm -rf /usr/local/bin/jupyter
    

提交回复
热议问题