2017-08-03 8 views
0

Windows10にはUbuntu Subsystemがあります。 minicondaをインストールした後、私はを使ってipythonjupyter notebookをインストールしました。win10サブシステムでjupyterノートブックを使用するには?

[email protected]:~$ 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をどのように使用できるか、何のWebブラウザを持っていません。 Win10のWebブラウザを起動するためにシステムが使用できるトリックは存在しますか?または、サブシステムをリモートホストにして、Win10でWebブラウザを使用してIPに接続しますか?

+0

トークンをコピーしてブラウザに貼り付けてみましたか? – TheDetective

答えて

0

Linux用Win10サブシステムはまだWindowsです。 Linuxは並行して処理を行い、重要なことに同じIPスタックを使用します。だから、Win32 Webbrowerは実際にlocalhost:8888にアクセスし、Jupyterノートブックを見つけることができます。

関連する問題