回答編集履歴

1

追記

2018/07/19 04:27

投稿

can110
can110

スコア38262

test CHANGED
@@ -4,6 +4,60 @@
4
4
 
5
5
 
6
6
 
7
+ 起動時のメッセージ
8
+
9
+ `Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).`
10
+
11
+ と記載されている通り
12
+
7
13
  `jupyter notebook`を終了したい場合は、起動したコマンドプロンプト上でCtrl+Cキーを入力してください。
8
14
 
9
15
  入力可能な状態に戻ります。
16
+
17
+ ```DOS
18
+
19
+ C:\Windows\system32>jupyter notebook
20
+
21
+ [I 13:14:53.450 NotebookApp] [nb_conda_kernels] enabled, 6 kernels found
22
+
23
+ [I 13:15:14.587 NotebookApp] [nb_anacondacloud] enabled
24
+
25
+ [I 13:15:14.686 NotebookApp] [nb_conda] enabled
26
+
27
+ [I 13:15:15.885 NotebookApp] \u2713 nbpresent HTML export ENABLED
28
+
29
+ [W 13:15:15.903 NotebookApp] \u2717 nbpresent PDF export DISABLED: No module named 'nbbrowserpdf'
30
+
31
+ [I 13:15:16.320 NotebookApp] Serving notebooks from local directory: C:/~
32
+
33
+ [I 13:15:16.320 NotebookApp] 0 active kernels
34
+
35
+ [I 13:15:16.321 NotebookApp] The Jupyter Notebook is running at:
36
+
37
+ [I 13:15:16.321 NotebookApp] http://localhost:8888/?token=~
38
+
39
+ [I 13:15:16.321 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
40
+
41
+ [C 13:15:16.328 NotebookApp]
42
+
43
+
44
+
45
+ Copy/paste this URL into your browser when you connect for the first time,
46
+
47
+ to login with a token:
48
+
49
+ http://localhost:8888/?token=~
50
+
51
+ [I 13:15:16.695 NotebookApp] Accepting one-time-token-authenticated connection from ::1
52
+
53
+ (Ctrl+Cキーが入力された)
54
+
55
+ [I 13:17:11.328 NotebookApp] Interrupted...
56
+
57
+ [I 13:17:11.328 NotebookApp] Shutting down 0 kernels
58
+
59
+
60
+
61
+ C:\Windows\system32>
62
+
63
+ ```