質問編集履歴
2
やばい情報を消した。
title
CHANGED
File without changes
|
body
CHANGED
@@ -18,40 +18,7 @@
|
|
18
18
|
Application Launch Errorが起きました。
|
19
19
|
しかし、Jupyter Notebook自体は正常に起動しました。
|
20
20
|
|
21
|
-
###エラーメッセージ
|
22
|
-
[I 10:16:00.830 NotebookApp] JupyterLab extension loaded from C:\Users\01029944\AppData\Local\Continuum\anaconda3\lib\site-packages\jupyterlab
|
23
|
-
[I 10:16:00.830 NotebookApp] JupyterLab application directory is C:\Users\01029944\AppData\Local\Continuum\anaconda3\share\jupyter\lab
|
24
|
-
[I 10:16:00.831 NotebookApp] Serving notebooks from local directory: C:\Users\01029944
|
25
|
-
[I 10:16:00.831 NotebookApp] The Jupyter Notebook is running at:
|
26
|
-
[I 10:16:00.831 NotebookApp] http://localhost:8888/?token=0235a48844e2083da91dd947b693544c9188f7bf6f529f89
|
27
|
-
[I 10:16:00.831 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
|
28
|
-
[C 10:16:00.880 NotebookApp]
|
29
21
|
|
30
|
-
To access the notebook, open this file in a browser:
|
31
|
-
file:///C:/Users/01029944/AppData/Roaming/jupyter/runtime/nbserver-15200-open.html
|
32
|
-
Or copy and paste one of these URLs:
|
33
|
-
http://localhost:8888/?token=0235a48844e2083da91dd947b693544c9188f7bf6f529f89
|
34
|
-
[I 10:16:10.102 NotebookApp] Kernel started: f45ab65b-2a88-4842-8088-0b2e63762826
|
35
|
-
Traceback (most recent call last):
|
36
|
-
File "C:\Users\01029944\AppData\Local\Continuum\anaconda3\lib\runpy.py", line 193, in _run_module_as_main
|
37
|
-
"__main__", mod_spec)
|
38
|
-
File "C:\Users\01029944\AppData\Local\Continuum\anaconda3\lib\runpy.py", line 85, in _run_code
|
39
|
-
exec(code, run_globals)
|
40
|
-
File "C:\Users\01029944\AppData\Local\Continuum\anaconda3\lib\site-packages\ipykernel_launcher.py", line 15, in
|
41
|
-
from ipykernel import kernelapp as app
|
42
|
-
File "C:\Users\01029944\AppData\Local\Continuum\anaconda3\lib\site-packages\ipykernel\__init__.py", line 2, in
|
43
|
-
from .connect import *
|
44
|
-
File "C:\Users\01029944\AppData\Local\Continuum\anaconda3\lib\site-packages\ipykernel\connect.py", line 13, in
|
45
|
-
from IPython.core.profiledir import ProfileDir
|
46
|
-
File "C:\Users\01029944\AppData\Local\Continuum\anaconda3\lib\site-packages\IPython\__init__.py", line 55, in
|
47
|
-
from .terminal.embed import embed
|
48
|
-
File "C:\Users\01029944\AppData\Local\Continuum\anaconda3\lib\site-packages\IPython\terminal\embed.py", line 16, in
|
49
|
-
from IPython.terminal.interactiveshell import TerminalInteractiveShell
|
50
|
-
File "C:\Users\01029944\AppData\Local\Continuum\anaconda3\lib\site-packages\IPython\terminal\interactiveshell.py", line 18, in
|
51
|
-
from prompt_toolkit.enums import DEFAULT_BUFFER, EditingMode
|
52
|
-
ModuleNotFoundError: No module named 'prompt_toolkit'
|
53
|
-
|
54
|
-
|
55
22
|
### 補足情報(FW/ツールのバージョンなど)
|
56
23
|
|
57
24
|
この解決方法どなたかご存知の方がいらっしゃいますでしょうか?
|
1
エラーの追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -15,9 +15,43 @@
|
|
15
15
|
試みましたが、結果は変わりませんでした。。。。
|
16
16
|
しかし、リセット後、Anaconda Navigator上で
|
17
17
|
Jupyter Notebookを立ち上げたら
|
18
|
-
Launch Errorが起きました。
|
18
|
+
Application Launch Errorが起きました。
|
19
19
|
しかし、Jupyter Notebook自体は正常に起動しました。
|
20
20
|
|
21
|
+
###エラーメッセージ
|
22
|
+
[I 10:16:00.830 NotebookApp] JupyterLab extension loaded from C:\Users\01029944\AppData\Local\Continuum\anaconda3\lib\site-packages\jupyterlab
|
23
|
+
[I 10:16:00.830 NotebookApp] JupyterLab application directory is C:\Users\01029944\AppData\Local\Continuum\anaconda3\share\jupyter\lab
|
24
|
+
[I 10:16:00.831 NotebookApp] Serving notebooks from local directory: C:\Users\01029944
|
25
|
+
[I 10:16:00.831 NotebookApp] The Jupyter Notebook is running at:
|
26
|
+
[I 10:16:00.831 NotebookApp] http://localhost:8888/?token=0235a48844e2083da91dd947b693544c9188f7bf6f529f89
|
27
|
+
[I 10:16:00.831 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
|
28
|
+
[C 10:16:00.880 NotebookApp]
|
29
|
+
|
30
|
+
To access the notebook, open this file in a browser:
|
31
|
+
file:///C:/Users/01029944/AppData/Roaming/jupyter/runtime/nbserver-15200-open.html
|
32
|
+
Or copy and paste one of these URLs:
|
33
|
+
http://localhost:8888/?token=0235a48844e2083da91dd947b693544c9188f7bf6f529f89
|
34
|
+
[I 10:16:10.102 NotebookApp] Kernel started: f45ab65b-2a88-4842-8088-0b2e63762826
|
35
|
+
Traceback (most recent call last):
|
36
|
+
File "C:\Users\01029944\AppData\Local\Continuum\anaconda3\lib\runpy.py", line 193, in _run_module_as_main
|
37
|
+
"__main__", mod_spec)
|
38
|
+
File "C:\Users\01029944\AppData\Local\Continuum\anaconda3\lib\runpy.py", line 85, in _run_code
|
39
|
+
exec(code, run_globals)
|
40
|
+
File "C:\Users\01029944\AppData\Local\Continuum\anaconda3\lib\site-packages\ipykernel_launcher.py", line 15, in
|
41
|
+
from ipykernel import kernelapp as app
|
42
|
+
File "C:\Users\01029944\AppData\Local\Continuum\anaconda3\lib\site-packages\ipykernel\__init__.py", line 2, in
|
43
|
+
from .connect import *
|
44
|
+
File "C:\Users\01029944\AppData\Local\Continuum\anaconda3\lib\site-packages\ipykernel\connect.py", line 13, in
|
45
|
+
from IPython.core.profiledir import ProfileDir
|
46
|
+
File "C:\Users\01029944\AppData\Local\Continuum\anaconda3\lib\site-packages\IPython\__init__.py", line 55, in
|
47
|
+
from .terminal.embed import embed
|
48
|
+
File "C:\Users\01029944\AppData\Local\Continuum\anaconda3\lib\site-packages\IPython\terminal\embed.py", line 16, in
|
49
|
+
from IPython.terminal.interactiveshell import TerminalInteractiveShell
|
50
|
+
File "C:\Users\01029944\AppData\Local\Continuum\anaconda3\lib\site-packages\IPython\terminal\interactiveshell.py", line 18, in
|
51
|
+
from prompt_toolkit.enums import DEFAULT_BUFFER, EditingMode
|
52
|
+
ModuleNotFoundError: No module named 'prompt_toolkit'
|
53
|
+
|
54
|
+
|
21
55
|
### 補足情報(FW/ツールのバージョンなど)
|
22
56
|
|
23
57
|
この解決方法どなたかご存知の方がいらっしゃいますでしょうか?
|