1,anaconda有64位和32位两个版本,支持主流操作系统
2,可在清华镜像网站下载(曾经终止过,现在已经恢复)
3,下载安装后要装插件,可以是通过nbextensions(参见:https://blog.csdn.net/August1226/article/details/80762632)
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
jupyter nbextension enable codefolding/main
4,使用技巧
http://liuchengxu.org/pelican-blog/jupyter-notebook-tips.html
%matplotlib inline
%lsmagic
M转markdown
.号点出帮助
tab补齐和shift Tab
?帮助,如?sum()