安装IPyhon

最近开始学习Python的数据处理,首先安装IPython。首先使用pip安装,不需要指定版本,直接按照默认的就是Python3的版本。

然后jupyter notebook –generate-config 生成配置文件

通过jupyter notebook password 生成密码

这样ipython notebook –profile=myserver –ip=’192.168.17.128′ 指定好服务器ip地址,就可以通过浏览器远程登录了。