这个蓝色的时候如何启动Ipython notebook nbserver?

时间:2014-10-08 09:42:30

标签: javascript ipython ipython-notebook

下面是我在运行

后在终端中看到的图像
ipython notebook --profile=nbserver

我从来没有见过这个,所以请帮忙。笔记本的配置文件如下:

c = get_config()
c.NotebookApp.open_browser = False
c.NotebookApp.certfile = u'/home/jack/certificates/mycert.pem'
c.NotebookApp.password = u'sha1:412341839uw9qfjewf8qewunq8eu8nu0fqef'
c.NotebookApp.port = 1024
c.NotebookApp.ip = '*'
c.IPKernelApp.pylab = 'inline'

非常感谢任何帮助,谢谢。奇怪的是,即使我将端口设置为1024,它也使用端口8888(见图)。

ipython notebook nbserver fail

1 个答案:

答案 0 :(得分:0)

尝试添加标记--no-browser以获取日志。配置文件似乎不起作用,您编辑了哪个文件(.ipython/profile_default/ipython_notebook_config.py而不是.ipython/profile_nbserver/ipython_notebook_config.py?)?你看到的只是一个终端浏览器,如links

你的IPython笔记本已经正确启动,只需打开firefox或http:s://:port /