Anaconda iPython ノートブックで ggplot を使用しようとしています。と を実行%matplotlib inline
しfrom ggplot import *
ましたが、次のエラーが表示されます。
ImportError Traceback (most recent call last)
<ipython-input-3-02aeb6e281ab> in <module>()
----> 1 from ggplot import *
ImportError: No module named ggplot
Anaconda ランチャーのどこにモジュールをインポートできますか?