を使って試せるようにする。そしてipythonのすべてをインストール。
git clone [email protected]:ironchief/pylearn2_vagrant.git
cd pylearn2_vagrant
vagrant up
vagrant ssh -- -L 8888:localhost:8888
sudo pip install ipython\[all\]
ipython notebook
あるいはsshで入れるようにするときはVagrantfileにconfig.vm.network "forwarded_port", guest: 8888, host: 8888
を記述してvagrant upかvagrant reloadしてvagrant ssh
ipython notebook --ip=0.0.0.0
とする。起動が確認できたらブラウザから http://localhost:8888 にアクセスする。
No comments:
Post a Comment