编写python代码的另一个有力武器anaconda 之jupyter notebook

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

猜你喜欢

转载自www.cnblogs.com/augustone/p/11326273.html
今日推荐