【发布时间】:2014-10-08 09:42:30
【问题描述】:
下面是运行后在终端中看到的图片
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(见图)。
【问题讨论】:
标签: javascript ipython ipython-notebook