首页 > 解决方案 > 在 Windows 10 上运行 Jupyter 服务器

问题描述

我按照http://jupyter-notebook.readthedocs.io/en/stable/public_server.html上的说明设置了一个 jupyter 服务器。我可以通过 anaconda 提示符运行它并获得以下输出:

C:\Users\adamimos>jupyter lab --ip=* --no-browser
[I 16:10:53.627 LabApp] JupyterLab beta preview extension loaded from C:\Users\adamimos\Anaconda3\lib\site-packages\jupyterlab
[I 16:10:53.627 LabApp] JupyterLab application directory is C:\Users\adamimos\Anaconda3\share\jupyter\lab
[I 16:10:53.798 LabApp] Serving notebooks from local directory: C:\Users\adamimos
[I 16:10:53.798 LabApp] 0 active kernels
[I 16:10:53.798 LabApp] The Jupyter Notebook is running at:
[I 16:10:53.798 LabApp] https://DESKTOP-TCCSP57:9999/
[I 16:10:53.798 LabApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[I 16:11:37.581 LabApp] 302 GET / (172.25.101.65) 1.00ms

在运行服务器的同一台机器上,我可以通过在浏览器中输入来连接:https ://172.25.101.65:9999

但是,当我转到另一台计算机并尝试使用全局 IP 地址做同样的事情时,我得到“响应时间太长”。错误。我已尝试关闭两台计算机上的防火墙。

标签: windows-10anacondajupyter

解决方案


推荐阅读