windosws下安装jupyter notebook启动后空白问题的解决方法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windosws下安装jupyter notebook启动后空白问题的解决方法相关的知识,希望对你有一定的参考价值。

参考技术A 问题:

visual studio community 2017,安装了python。安装jupyter notebook,运行后一片空白。

解决方法:

1. 编辑notebookapp.py,在def init_mime_overrides(self):函数后面再加一行, 存储覆盖。如果无权限,先临时存在桌面,用复制>粘贴的方法,按照提示覆盖就可以。

         mimetypes.add_type('application/javascript','.js')

     notebookapp.py的路径 (C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\Lib\site-packages\notebook),此路径是visual studio community 2017的。

如果找不到,在资源浏览器搜索 notebookapp.py文件。

2. 运行jupyter notebook。

 执行命令:C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\Scripts>jupyter notebook

   运行jupyter notebook,注意先CD到C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\Scripts路径。

 3.  在chrome浏览器中,输入 http://localhost:8888/tree? ,回车。注意,不要使用系统自带的浏览器或其他浏览器。

大功告成。

参考:capsult.  关于JupyterNotebook启动后页面空白的解决方案 。

Ubuntu下Jupyter Notebook的安装

pip install --upgrade pip //更新pip
pip install jupyter
sudo apt install jupyter-notebook

运行

jupyter-notebook 或 jupyter notebook

为了有权限创建文件,需要进入相应的目录下开启服务

/home/jiqing/.local/share/jupyter

并赋予目录777权限。

import requests
res = requests.get(\'https://www.cnblogs.com/jiqing9006/p/9094900.html\')
print(res.text)

有点意思啊!python!

以上是关于windosws下安装jupyter notebook启动后空白问题的解决方法的主要内容,如果未能解决你的问题,请参考以下文章

从父目录中的 python 模块导入到子目录中的 jupyter notebook 文件中

如何用Windosw的Cmd或PowerShell生成目录结构(得到某个文件下所有文件的文件名)

window下安装jupyter,ipython的方法

虚拟环境下创建jupyter解决dead kernel问题

虚拟环境下创建jupyter解决dead kernel问题

Linux下安装jupyter