【问题标题】:I cannot connect to IPython notebook running on the AWS EC2我无法连接到在 AWS EC2 上运行的 IPython 笔记本
【发布时间】: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


    【解决方案1】:

    您需要为与您的 Amazon EC2 实例关联的安全组中的入站流量打开端口 8888。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-12-09
      • 1970-01-01
      • 1970-01-01
      • 2023-04-07
      • 2012-11-15
      • 1970-01-01
      相关资源
      最近更新 更多