我正在尝试使用iPython notebook在Macbook 2011上运行anaconda python distribution。如果我只是运行
ipython
直接从终端一切正常,我得到了预期的版本
Python 2.7.5 |Anaconda 1.6.1 (x86_64)| (default, Jun 28 2013, 22:20:13)
如果我改为运行
ipython notebook
我的默认浏览器(chrome)会打开相关页面,但我看到的只是一个空白网站。 我尝试了几个浏览器(safari和firefox)同样的问题。请注意,我必须按照this问题才能启动笔记本。我也尝试升级到新链接的iPython 1.0.0,以便
ipython 1.0.0 py27_0
ipython-notebook 0.13.2 py27_0
ipython-qtconsole 0.13.2 py27_0
如果我想升级ipython-notebook,我必须降级到ipython-0.13.2。显示的终端输出是
2013-08-14 19:30:14.893 [NotebookApp] Using existing profile dir: u'/Users/schr/Downloads/qutip-lectures-master/profile_default'
2013-08-14 19:30:14.898 [NotebookApp] Using MathJax from CDN: http://cdn.mathjax.org/mathjax/latest/MathJax.js
2013-08-14 19:30:14.911 [NotebookApp] Serving notebooks from local directory: /Users/schr/Downloads/qutip-lectures-master
2013-08-14 19:30:14.911 [NotebookApp] The IPython Notebook is running at: http://127.0.0.1:8888/
2013-08-14 19:30:14.911 [NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
2013-08-14 19:30:15.291 [tornado.access] WARNING | 404 GET /static/components/jquery-ui/themes/smoothness/jquery-ui.min.css (127.0.0.1) 0.70ms
2013-08-14 19:30:15.292 [tornado.access] WARNING | 404 GET /static/components/bootstrap/bootstrap/js/bootstrap.min.js (127.0.0.1) 0.49ms
2013-08-14 19:30:15.296 [tornado.access] WARNING | 404 GET /static/components/requirejs/require.js (127.0.0.1) 0.71ms
2013-08-14 19:30:15.297 [tornado.access] WARNING | 404 GET /static/components/jquery/jquery.min.js (127.0.0.1) 0.59ms
2013-08-14 19:30:15.298 [tornado.access] WARNING | 404 GET /static/components/jquery-ui/ui/minified/jquery-ui.min.js (127.0.0.1) 0.57ms