0
Windows10にはUbuntu Subsystemがあります。 miniconda
をインストールした後、私はを使ってipython
とjupyter 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に接続しますか?
トークンをコピーしてブラウザに貼り付けてみましたか? – TheDetective