- $ vagrant box add ubuntu-14 https://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box
- http://www.vagrantbox.es で ubuntu amd64
- vagrant init ubuntu-14
- vagrant up
- sudo apt-get update & upgrade
- sudo apt-get install ipython など
- http://qiita.com/ynakayama/items/ab3ea36fa8a7f0f6e5b3
- http://notchained.hatenablog.com/entry/2014/12/20/230240
- http://qiita.com/ssh0/items/a67b84110c5d9e0adeda
- http://yymm.bitbucket.org/blog/html/2013/10/03/ipython_entrance.html
- http://ipython.org/install.html
- log https://gist.github.com/kamatari/cad9f481beec647950c0
- http://continuum.io/downloads
- サーバを立ち上げる時にはまるところ
- vagrantのforwarded_portの設定がうまく反映できない
- http://qiita.com/wwacky/items/133e81bd5cd558b27b7b
- http://docs.vagrantup.com/v2/cli/ssh.html
- あとは http://localhost:8888/ で見れるはず