ipython和jupyter安装

ipython

pip install ipython
pip install --upgrade pip

 

jupyter

pip install jupyter
查看token:
jupyter notebook list
启动:
jupyter notebook --ip=0.0.0.0 --allow-root

  

  

posted @ 2018-08-01 14:47  afterdawn  阅读(116)  评论(0编辑  收藏  举报