質問編集履歴
4
jupyter --version where jupyter where jupyter-lab の結果を追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
|
10
10
|
### 該当のソースコード
|
11
|
-
|
11
|
+
```ここに言語名を入力
|
12
12
|
C:\Users\XXX>activate python
|
13
13
|
|
14
14
|
(D:\anaconda\environment\python) C:\Users\XXX>jupyter --version
|
@@ -36,7 +36,7 @@
|
|
36
36
|
|
37
37
|
|
38
38
|
|
39
|
-
|
39
|
+
|
40
40
|
Microsoft Windows [Version 10.0.18363.1379]
|
41
41
|
(c) 2019 Microsoft Corporation. All rights reserved.
|
42
42
|
|
3
jupyter --version where jupyter where jupyter-lab の結果を追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,6 +9,33 @@
|
|
9
9
|
|
10
10
|
### 該当のソースコード
|
11
11
|
|
12
|
+
C:\Users\XXX>activate python
|
13
|
+
|
14
|
+
(D:\anaconda\environment\python) C:\Users\XXX>jupyter --version
|
15
|
+
jupyter core : 4.6.3
|
16
|
+
jupyter-notebook : 6.1.4
|
17
|
+
qtconsole : not installed
|
18
|
+
ipython : 5.8.0
|
19
|
+
ipykernel : 5.3.4
|
20
|
+
jupyter client : 6.1.7
|
21
|
+
jupyter lab : 2.2.6
|
22
|
+
nbconvert : 6.0.7
|
23
|
+
ipywidgets : 7.5.1
|
24
|
+
nbformat : 5.0.8
|
25
|
+
traitlets : 5.0.5
|
26
|
+
|
27
|
+
(D:\anaconda\environment\python) C:\Users\XXX>where jupyter
|
28
|
+
D:\anaconda\environment\python\Scripts\jupyter.exe
|
29
|
+
C:\ProgramData\Anaconda3\Scripts\jupyter.exe
|
30
|
+
|
31
|
+
(D:\anaconda\environment\python) C:\Users\XXX>where jupyter-lab
|
32
|
+
D:\anaconda\environment\python\Scripts\jupyter-lab.exe
|
33
|
+
C:\ProgramData\Anaconda3\Scripts\jupyter-lab.exe
|
34
|
+
|
35
|
+
(D:\anaconda\environment\python) C:\Users\XXX>
|
36
|
+
|
37
|
+
|
38
|
+
|
12
39
|
```ここに言語名を入力
|
13
40
|
Microsoft Windows [Version 10.0.18363.1379]
|
14
41
|
(c) 2019 Microsoft Corporation. All rights reserved.
|
2
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,8 +3,10 @@
|
|
3
3
|
Pythonのjupyter labを開くにあたり、
|
4
4
|
URLからはログインできますが、コマンドプロンプトで実行すると以下コードが出てきて起動できません。
|
5
5
|
|
6
|
+
コマンドプロンプトから自動でChromeを開きjupyter labを開ける状態になるにはどうしたら良いでしょうか。
|
6
7
|
|
7
8
|
|
9
|
+
|
8
10
|
### 該当のソースコード
|
9
11
|
|
10
12
|
```ここに言語名を入力
|
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,6 +4,7 @@
|
|
4
4
|
URLからはログインできますが、コマンドプロンプトで実行すると以下コードが出てきて起動できません。
|
5
5
|
|
6
6
|
|
7
|
+
|
7
8
|
### 該当のソースコード
|
8
9
|
|
9
10
|
```ここに言語名を入力
|