( 更新: 2016/09/09 )
Jupyter をインストールするには次が良い。
Raspberry Pi 3 で Jupyter notebook (Python 2.7) を使う
Jupyter notebook鯖をRaspbian(arm)で走らせる
Raspberry Pi 2 の計算パワーが上がったので IPython notebook を動かすことを思いついた。検索したところ次の参考になるものが見つかった。
- Raspberry Pi View topic - ipython notebook unstable ?
- Remote IPython notebook with Raspberry Pi | Arun Durvasla
- Raspberry Pi Documentation
- Motion-activated camera with Raspberry Pi
IPython notebook のインストール
$ sudo apt-get install ipython ipython-notebook
パッケージをインストールする。
$ sudo apt-get install python-matplotlib python-scipy
$ sudo apt-get install python-pandas python-sympy
実行方法
ターミナルを開き次を入力すると、ノートブックの管理画面が開かれる。
$ cd working directory
$ ipython notebook
備考
Anaconda on the Raspberry Pi に書いてあるようにインストールしてみたが、 conda update conda
でエラーが発生したので中止した。