使用教程
http://codingpy.com/article/getting-started-with-jupyter-notebook-part-1/
http://codingpy.com/article/getting-started-with-jupyter-notebook-part-2/
http://blog.csdn.net/lawme/article/details/51034543
修改jupyter主题背景
http://blog.csdn.net/Techmonster/article/details/73382535
总结
经过一番折腾之后终于在google cloud上搭建好了juypter notebook 的server,
本地测试终于连上了,
主要就是参考下面的链接,还是google大法好,百度啥都没查到,
https://jeffdelaney.me/blog/running-jupyter-notebook-google-cloud-platform/
然后的话,防火墙规则需要设置为应用到所有实例
初始密码为生成链接中的token
安装
$ pip install jupyter
运行
jupyter notebook --ip=0.0.0.0 --port=8888 --no-browser &
注意事项
在google cloud上 vpc网络->外部ip->保留外部ip
在vm配置中,允许http流量