美文网首页
数据分析 | 八、anaconda安装 jupyter note

数据分析 | 八、anaconda安装 jupyter note

作者: 侯遇山 | 来源:发表于2018-01-04 16:49 被阅读0次

1. anaconda安装:

1.1 anaconda下载各版本,Linux系统,打开文件夹到bin目录下,打开命令行或终端,输入 jupyter notebook,会在浏览器打开jupyter notebook。

1.2jupyter notebook设置,new>>选择自己想用的python

1.3  点击 call >>run calls 在命令行输入:import charts。发现会报错 ,这时找到charts所在的文件目录(在jupyter打开一个python文件,输入:import sys    print(sys.path),找到site-packages路径 找到charts文件夹并打开,替换七个charts文件。)

相关文章

网友评论

      本文标题:数据分析 | 八、anaconda安装 jupyter note

      本文链接:https://www.haomeiwen.com/subject/irurnxtx.html