因为是参考的这篇博客,当然,网上的教程都一样,不过ipython更新后,变成jupyter notebook 启动了,所以教程应该改动一下。
如果想同过一个Web浏览器的方式远程访问服务器上的ipython notebook sever,可通过下面的步骤实现。
服务器:ubuntu14.04 server
客户端:windows/unix/linux均可+浏览器
步骤直接参考以上链接的博客,需要改动的地方如下
基本步骤:
1.创建登陆密码
2.创建自签名证书
3.创建ipython notebook服务器
输入命令 jupyter notebook –generate-config
这里是需要改动的地方,因为按照原来的ipython profile create nbserver,/home/zhenyu/.ipython/profile_nbserver/ipython_notebook_config.py 根本没有这个文件,只能通过以上命令才能找到/home/zhenyu/.jupyter/profile_nbserver/jupyter_notebook_config.py,汗哒哒。。。,其他的步骤参考链接博客或者其他教程就行。
4.修改配置文件