質問編集履歴

4

jupyter --version where jupyter where jupyter-lab の結果を追記

2021/04/07 09:43

投稿

maruchans
maruchans

スコア0

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  ### 該当のソースコード
20
20
 
21
-
21
+ ```ここに言語名を入力
22
22
 
23
23
  C:\Users\XXX>activate python
24
24
 
@@ -74,7 +74,7 @@
74
74
 
75
75
 
76
76
 
77
- ```ここに言語名を入力
77
+
78
78
 
79
79
  Microsoft Windows [Version 10.0.18363.1379]
80
80
 

3

jupyter --version where jupyter where jupyter-lab の結果を追記

2021/04/07 09:43

投稿

maruchans
maruchans

スコア0

test CHANGED
File without changes
test CHANGED
@@ -17,6 +17,60 @@
17
17
 
18
18
 
19
19
  ### 該当のソースコード
20
+
21
+
22
+
23
+ C:\Users\XXX>activate python
24
+
25
+
26
+
27
+ (D:\anaconda\environment\python) C:\Users\XXX>jupyter --version
28
+
29
+ jupyter core : 4.6.3
30
+
31
+ jupyter-notebook : 6.1.4
32
+
33
+ qtconsole : not installed
34
+
35
+ ipython : 5.8.0
36
+
37
+ ipykernel : 5.3.4
38
+
39
+ jupyter client : 6.1.7
40
+
41
+ jupyter lab : 2.2.6
42
+
43
+ nbconvert : 6.0.7
44
+
45
+ ipywidgets : 7.5.1
46
+
47
+ nbformat : 5.0.8
48
+
49
+ traitlets : 5.0.5
50
+
51
+
52
+
53
+ (D:\anaconda\environment\python) C:\Users\XXX>where jupyter
54
+
55
+ D:\anaconda\environment\python\Scripts\jupyter.exe
56
+
57
+ C:\ProgramData\Anaconda3\Scripts\jupyter.exe
58
+
59
+
60
+
61
+ (D:\anaconda\environment\python) C:\Users\XXX>where jupyter-lab
62
+
63
+ D:\anaconda\environment\python\Scripts\jupyter-lab.exe
64
+
65
+ C:\ProgramData\Anaconda3\Scripts\jupyter-lab.exe
66
+
67
+
68
+
69
+ (D:\anaconda\environment\python) C:\Users\XXX>
70
+
71
+
72
+
73
+
20
74
 
21
75
 
22
76
 

2

2021/04/07 09:42

投稿

maruchans
maruchans

スコア0

test CHANGED
File without changes
test CHANGED
@@ -5,6 +5,10 @@
5
5
  Pythonのjupyter labを開くにあたり、
6
6
 
7
7
  URLからはログインできますが、コマンドプロンプトで実行すると以下コードが出てきて起動できません。
8
+
9
+
10
+
11
+ コマンドプロンプトから自動でChromeを開きjupyter labを開ける状態になるにはどうしたら良いでしょうか。
8
12
 
9
13
 
10
14
 

1

2021/04/07 02:51

投稿

maruchans
maruchans

スコア0

test CHANGED
File without changes
test CHANGED
@@ -5,6 +5,8 @@
5
5
  Pythonのjupyter labを開くにあたり、
6
6
 
7
7
  URLからはログインできますが、コマンドプロンプトで実行すると以下コードが出てきて起動できません。
8
+
9
+
8
10
 
9
11
 
10
12