数据分析编写代码工具:
pip3 install ipython
方式一:安装jupyter notebook:
pip3 install jupyter notebook jupyter notebook
方式二:安装anaconda软件:
集成了300个数据分析模块,包含numpy,pandas,matplotlib等
在notebook中安装库,只需加个!
!pip3 install tushare