2017-08-03 136 views
0

Windows10擁有Ubuntu子系統真的很不錯。在我安裝了miniconda後,我用conda來安裝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。它是否存在系統可用來調用Win10的Web瀏覽器的任何技巧?或者只是讓子系統成爲遠程主機,而Win10使用網絡瀏覽器通過ip連接到它?

+0

你有沒有試過把令牌複製粘貼到瀏覽器中? – TheDetective

回答

0

Linux的Win10子系統仍然是Windows。 Linux進程並肩居住,重要的是使用相同的IP協議棧。所以,Win32瀏覽器確實可以訪問localhost:8888並找到Jupyter Notebook tehre。