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
原文地址:https://www.cnblogs.com/augustone/p/11326273.html
时间: 2024-11-05 19:25:13