时间:2021-05-22
问题描述
系统:Win10;之前安装过Cpython,现在依次使用pip install ipython与pip install jupyter安装了 Ipython 6.5.0与 jupyter 1.0.0。但是在PowerShell上使用命令jupyter notebook 运行jupyter时服务器始终卡顿,根本没法用。
解决方法
使用命令jupyter notebook --generate-config 可看到文件 jupyter_notebook_config.py位置
手动打开文件进行编辑,找到c.NotebookApp.notebook_dir 修改默认目录并去掉注释保存,最好修改目录到非C盘 c.NotebookApp.notebook_dir = 'E:\\Program Files\Python3_6_6\jupyter'(大约246行,注意磁盘名后面是双斜线)
jupyter notebook启动服务器,正常运行
补充知识:jupyter notebook 浏览器打开空白卡死情况
jupyter notebook 需要用谷歌浏览器打开才可以,其他的浏览器打开后多半是空白的。添加默认浏览器如下:
1.在anaconda prompt 里面直接输入或cmd中输入(前提是已经将anaconda加入环境变量):
jupyter notebook --generate-config
让jupyter生成一个配置文件,生成后你会看到文件地址的,如图所示:
C:\Users\Administrator\.jupyter\jupyter_notebook_config.py
2.然后就可以使用记事本之类的,打开这个jupyter_notebook_config.py文件
然后查找,browser,找到如下代码:
## Specify what command to use to invoke a web browser when opening the notebook.# If not specified, the default browser will be determined by the `webbrowser`# standard library module, which allows setting of the BROWSER environment# variable to override it.#c.NotebookApp.browser = u''在这个后面,添加如下代码(google浏览器):
## Specify what command to use to invoke a web browser when opening the notebook.# If not specified, the default browser will be determined by the `webbrowser`# standard library module, which allows setting of the BROWSER environment# variable to override it.#c.NotebookApp.browser = '' import webbrowserwebbrowser.register('chrome', None, webbrowser.GenericBrowser(u'C:\Program Files (x86)\Google\Chrome\Application\chrome.exe'))c.NotebookApp.browser = 'chrome'以上这篇快速解决jupyter启动卡死的问题就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持。
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
可能某次不小心改了配置文件,导致无法打开jupyter,找了很多方法,都没从根本上解决问题。倒是发现启动的默认目录被改了,怀疑是这个问题。然后就彻底解决了:在命
苹果MacBook使用预览大型文件的时候,发现预览卡死了,今天我们就来解决这个问题,一共有两种解决办法,请看下文详细介绍。方法一:1、在电脑上点击启动,点击其他
台式电脑卡死了的解决方法有: 1、按ctrl加alt加del组合键快速启动任务管理器。 2、在任务管理器窗口下,“应用程序”栏,选择要结束的任务,然后点击“
台式电脑卡死了的解决方法如下: 1、按ctrl+alt+del组合键快速启动任务管理器。 2、在任务管理器窗口下,“应用程序”栏,选择你要结束的任务,然后点
这种情况叫死机。一般都是由于软件由硬件不兼容引起。电脑卡死了关不了机的的解决方法: 1、解决办法:按住主机的启动键5秒以上,主机就会自动停机; 2、然后启动