質問編集履歴

2

題名を変更

2016/11/14 06:37

投稿

simasima
simasima

スコア49

test CHANGED
@@ -1 +1 @@
1
- jupyter notebook のエラー
1
+ jupyter notebook のエラー -- pkg_resources.DistributionNotFound
test CHANGED
File without changes

1

また、以下のコマンドを打ち込んでからエラーがでるようになりました。〜 追加

2016/11/14 06:37

投稿

simasima
simasima

スコア49

test CHANGED
File without changes
test CHANGED
@@ -57,3 +57,25 @@
57
57
  pip 9.0.1 from /usr/local/lib/python2.7/site-packages (python 2.7)
58
58
 
59
59
  ```
60
+
61
+
62
+
63
+
64
+
65
+ また、以下のコマンドを打ち込んでからエラーがでるようになりました。
66
+
67
+ おそらく setup.pyを実行した後の問題ではないかと思うのですが...
68
+
69
+
70
+
71
+ ```sh
72
+
73
+ pip install pyyaml
74
+
75
+ git clone https://github.com/ipython-contrib/IPython-notebook-extensions
76
+
77
+ cd IPython-notebook-extensions
78
+
79
+ sudo python setup.py install
80
+
81
+ ```