简体   繁体   English

IPython 4在EC2上打破公共服务器

[英]IPython 4 Breaking Public Server on EC2

Recently upgraded to IPython 4.0 with conda but no longer can get my notebook to serve on a public URL as before using ipython notebook --profile=nbserver Now I get Unrecognized alias: '--profile=nbserver', it will probably have no effect. 最近升级到带conda的IPython 4.0,但不再像以前使用ipython notebook --profile=nbserver使我的笔记本可以在公共URL上使用ipython notebook --profile=nbserver现在,我获得了Unrecognized alias: '--profile=nbserver', it will probably have no effect. and The IPython Notebook is running at: http://localhost:8888/ which isn't correct. The IPython Notebook is running at: http://localhost:8888/ Considering re-initializing the config files but wanted to check on SO first. 考虑重新初始化配置文件,但想先检查一下。

你大概可以跑

ipython notebook --config='~/.ipython/profile_nbserver/ipython_notebook_config.py'

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM