Unable to launch Jupiter Notebook.

Asked 1 years ago, Updated 1 years ago, 78 views

I installed Anaconda on Windows 10, but the Jupiter Notebook does not progress from the following state and cannot boot.

Please tell me who caused it.Also, Tokyo Taro is a pseudonym.

 [I 12:52:48.883 NotebookApp] JupiterLab extension loaded from C:\ProgramData\Anaconda3\lib\site-packages\jupyterlab
[I 12:52:48.884 NotebookApp] JupiterLab application directory is C:\ProgramData\Anaconda3\share\jupyter\lab
[I 12:52:48.887 NotebookApp] Serving notebooks from local directory: C:\Users\Tokyo Taro
[I 12:52:48.887 NotebookApp] The Jupiter Notebook is running at:
[I 12:52:48.887 NotebookApp] http://localhost:8888/?token=718f14dc42c98861ae382764b5e3867fe3caa1d43e56340
I 12:52:48.887 NotebookApp or http://127.0.0.1:8888/?token=718f14dc42c98861ae382764b5e3867fe3caa1d43e56340
[I 12:52:48.887 NotebookApp] Use Control-C to stop this server and shutdown all kernels (twice to skip confirmation).
[C 12:52:48.980 NotebookApp]

    To access the notebook, open this file in a browser:
        file://C://Users/%E 5%B 0%8D%E9%A6%AC%E3%80%E6%80%E6%96%89/AppData/Roaming/jupyter/runtime/nbserver-11908-open.html
    Or copy and paste one of these URLs:
        http://localhost:8888/?token=718f14dc42c98861ae382764b5e3867fe3caa1d43e56340
     or http://127.0.0.1:8888/?token=718f14dc42c98861ae382764b5e3867fe3caa1d43e56340
e
     or http://127.0.0.1:8888/?token=2299c0fc9e6a7994a87c731c0c08f155f98ca42f5redd19e

anaconda jupyter-notebook

2022-09-30 21:44

1 Answers

Jupyter Notebook is not properly compatible with kanji characters.

To access the notebook, open this file in a browser:
        file://C://Users/%E 5%B 0%8D%E 9%A 6%AC%E3%80%E6%96%E6%96%89

The %E5... section of the contains the URL encoding of Taro Tokyo's username.

Open a command prompt
start%APPDATA%\jupyter\runtime

from the folder you opened by typing
nbserver-11908-open.html
Try opening the file.


2022-09-30 21:44

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.