python memo
Posted kingboy100
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python memo相关的知识,希望对你有一定的参考价值。
jupyter note book
自动提示
1 #安装 2 打开Anaconda Prompt窗口,执行第一个命令,用于安装nbextensions: 3 pip install jupyter_contrib_nbextensions 4 再执行第二个命令,用于安装 javascript and css files 5 jupyter contrib nbextension install --user 6 最后执行,用于安装configurator 7 pip install jupyter_nbextensions_configurator 8 9 #卸载 10 pip uninstall jupyter_contrib_nbextensions 11 pip uninstall jupyter_nbextensions_configurator
以上是关于python memo的主要内容,如果未能解决你的问题,请参考以下文章