【发布时间】:2015-06-17 14:27:35
【问题描述】:
我正在运行 AWS EC2 GPU 实例。我在这个实例上设置了 iPython 笔记本,遵循tutorial。
在最后一步,我使用了这个命令:
sudo ipython notebook --profile=nbserver
启动 iPython 笔记本。好像没问题。输出信息为:
[I 14:14:30.214 NotebookApp] Using MathJax from CDN: https://cdn.mathjax.org/mathjax/latest/MathJax.js
[I 14:14:30.230 NotebookApp] Serving notebooks from local directory: /home/ubuntu
[I 14:14:30.230 NotebookApp] 0 active kernels
[I 14:14:30.230 NotebookApp] The IPython Notebook is running at: https://[all ip addresses on your system]:8888/
[I 14:14:30.230 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
但是,我使用浏览器启动远程 iPython 笔记本:
https://ec2-54-66-247-201.ap-southeast-2.compute.amazonaws.com:8888/
但我在这一步失败了。我不知道。有什么建议吗?
【问题讨论】:
标签: amazon-ec2 ipython-notebook