【发布时间】:2017-08-03 15:19:48
【问题描述】:
Windows10 有 Ubuntu 子系统真是太好了。在我安装了miniconda 之后,我使用conda 安装了ipython 和jupyter notebook。
wangsx@SC-201708020022:~$ jupyter notebook
[I 22:57:46.113 NotebookApp] Serving notebooks from local directory: /home/wangsx
[I 22:57:46.114 NotebookApp] 0 active kernels
[I 22:57:46.114 NotebookApp] The Jupyter Notebook is running at: http://localhost:8888/?token=0f42ee2c4a254babb7f0b5ddb1ea0dc490bab6673ce7e710
[I 22:57:46.114 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[W 22:57:46.116 NotebookApp] No web browser found: could not locate runnable browser.
[C 22:57:46.117 NotebookApp]
Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
http://localhost:8888/?token=0f42ee2c4a254babb7f0b5ddb1ea0dc490bab6673ce7e710
子系统没有网页浏览器,我该如何使用jupyter notebook。系统调用Win10的网页浏览器有什么技巧吗?还是让子系统做远程主机,Win10用浏览器通过ip连接?
【问题讨论】:
-
您是否尝试过将令牌复制并粘贴到浏览器中?
标签: windows-10 anaconda jupyter-notebook conda