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

Posted augustone

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编写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
 
 

 

以上是关于编写python代码的另一个有力武器anaconda 之jupyter notebook的主要内容,如果未能解决你的问题,请参考以下文章

线程安全与锁优化

线程安全与锁优化

RAC—RAC知识大全

javascript_RegExp

RegExp

Python re模块 正则表达式