質問編集履歴
2
題名を変更
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
jupyter notebook のエラー
|
1
|
+
jupyter notebook のエラー -- pkg_resources.DistributionNotFound
|
body
CHANGED
File without changes
|
1
また、以下のコマンドを打ち込んでからエラーがでるようになりました。〜 追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -27,4 +27,15 @@
|
|
27
27
|
4.2.0
|
28
28
|
kagurdhcp024213% pip -V
|
29
29
|
pip 9.0.1 from /usr/local/lib/python2.7/site-packages (python 2.7)
|
30
|
+
```
|
31
|
+
|
32
|
+
|
33
|
+
また、以下のコマンドを打ち込んでからエラーがでるようになりました。
|
34
|
+
おそらく setup.pyを実行した後の問題ではないかと思うのですが...
|
35
|
+
|
36
|
+
```sh
|
37
|
+
pip install pyyaml
|
38
|
+
git clone https://github.com/ipython-contrib/IPython-notebook-extensions
|
39
|
+
cd IPython-notebook-extensions
|
40
|
+
sudo python setup.py install
|
30
41
|
```
|