回答編集履歴

2

追記

2018/08/16 09:26

投稿

tachikoma
tachikoma

スコア3601

test CHANGED
File without changes

1

追記

2018/08/16 09:26

投稿

tachikoma
tachikoma

スコア3601

test CHANGED
@@ -3,3 +3,25 @@
3
3
 
4
4
 
5
5
  `pip --version`でpipコマンドがどのPythonと紐づいているかを確認できます。Jupyter notebookのカーネルとして使っているPythonと同じものか確認してみてください。
6
+
7
+
8
+
9
+ ---
10
+
11
+ 下記2つの情報を下さい。ともにJupyterのセルで実行した結果をお願いします。
12
+
13
+ ```Python
14
+
15
+ import sys
16
+
17
+ print(sys.path)
18
+
19
+ ```
20
+
21
+
22
+
23
+ ```python
24
+
25
+ !pip --version
26
+
27
+ ```