运行
# 设置密码
jupyter notebook password
# 运行
jupyter notebook --ip=0.0.0.0 --allow-root
在jupyter中同时使用python2和python3
pip2 install ipython notebook
pip3 install ipython notebook
ipython2 kernelspec install-self
ipython3 kernelspec install-self
# 设置密码
jupyter notebook password
# 运行
jupyter notebook --ip=0.0.0.0 --allow-root
pip2 install ipython notebook
pip3 install ipython notebook
ipython2 kernelspec install-self
ipython3 kernelspec install-self