时间:2021-05-22
windows删除jupyter notebook 没办法的办法
pip uninstall jupyter -y
pip uninstall jupyter_core -y
pip uninstall jupyter-client -y
pip uninstall jupyter-console -y
pip uninstall notebook -y
pip uninstall qtconsole -y
pip uninstall nbconvert -y
pip uninstall nbformat -y
不过好像也可以直接
pip uninstall jupyter,notebook,jupyter_core,jupyter-client,jupyter-console,qtconsole,nbconvert,nbformat -y
补充知识:jupyter notebook出问题,重装方法
For Python 2
sudo pip install --upgrade --force-reinstall --no-cache-dir jupyter
For Python 3
sudo pip3 install --upgrade --force-reinstall --no-cache-dir jupyter
这应该重新安装PyPi中的所有内容。这应该解决这个问题。
以上这篇windows上彻底删除jupyter notebook的实现就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持。
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
1、远程服务器上安装jupyternotebook(配置jupyter_notebook_config.py文件)sudopipinstalljupyter2、
1.Jupyter默认目录调整首先要找到jupyter生成的配置文件jupyter_notebook_config.py。如果没有,在anacondapromp
jupyternotebook的安装在这里都不赘述可以参考jupyter官网的步骤http://jupyter-notebook.readthedocs.io/
换用非默认浏览器时需要输入密码或token查询方法:在XX:\AnacondaXX\Scripts下运行jupyter-notebook.exelist可得to
我们再用Jupyter-notebook,ipython-console,qtconsole的时候,有的时候画图希望不弹出窗口,直接画在console里,又得时