jupytherにチャレンジ
前にチャレンジしたんですがpythonをあまり解析に使っていなかったのもあって挫折した
ipython notebook(jupyter)に再びチャレンジ!
(jupyterはipython notebookに独立した名前がついた最新版という認識でよさそう)
https://www.quora.com/What-is-the-difference-between-Jupyter-and-IPython-Notebook
基本的には
> conda install ipython-notebook
> conda install jupyter
でよいと思うんですが
インストールしたあと
> ipython notebook
とコマンドを入れると、
ImportError: IPython.html requires pyzmq >= 13
とエラーが!pyzmqのバージョンは16なのに!
uninstallなど試してみたがうまくいかず、結局
> ipython_mac.command
か
> jupyter notebook
でうまくいくことが判明した。
ipython notebookは古いのかなぁと思うので、とりあえず放置。
ipython notebook(jupyter)に再びチャレンジ!
(jupyterはipython notebookに独立した名前がついた最新版という認識でよさそう)
https://www.quora.com/What-is-the-difference-between-Jupyter-and-IPython-Notebook
基本的には
> conda install ipython-notebook
> conda install jupyter
でよいと思うんですが
インストールしたあと
> ipython notebook
とコマンドを入れると、
ImportError: IPython.html requires pyzmq >= 13
とエラーが!pyzmqのバージョンは16なのに!
uninstallなど試してみたがうまくいかず、結局
> ipython_mac.command
か
> jupyter notebook
でうまくいくことが判明した。
ipython notebookは古いのかなぁと思うので、とりあえず放置。
TODO
- python2.x -> python3.xにできるか
- 実データに試してみる
- git管理がうまくできるか
コメント
コメントを投稿