因为最近需要做数据分析的工作,所以复习了一下numpy
和pandas
,并安装了jupyter notebook
进行数据分析,这里记录一下环境的设置。
ps:jupyter notebook
真香
安装
python3 -m pip install --upgrade pip //升级pip
pip3 install jupyter
使用
在命令行里输入jupyter notebook
就可以使用了,不过可能需要修改默认打开文件夹,可以在网上搜一搜,我这里没有修改的必要就没有弄
导出PDF
安装Pandoc
参考文章:https://www.jianshu.com/p/6ba04f669d0b
sudo apt-get install pandoc
安装xelatex
参考文章:https://blog.csdn.net/juankebiji/article/details/100581429
sudo apt-get install texlive-xetex