【发布时间】:2016-08-25 22:54:27
【问题描述】:
我已经在本地网络 LAN 上安装了 jupyter,但我无法从 LAN 上的另一台机器访问 http://<IP>:8888。我已经用 iptables 打开了端口 8888 和端口范围 49152 到 65535(这个范围在 http://jupyter-notebook.readthedocs.io/en/latest/public_server.html 中指定)
本指南http://jupyter-notebook.readthedocs.io/en/latest/public_server.html 描述了公开暴露笔记本,但我只是尝试通过 LAN 共享。
我错过了一步吗?
【问题讨论】:
标签: python linux python-3.x ubuntu-14.04 jupyter