无情美女

文章
4
资源
0
加入时间
2年10月21天

Jupyter notebook安装扩展插件

1. 安装Jupyter Notebookpip install jupyter 2. 安装Jypyter Notebook扩展包pip install jupyter_contrib_nbextensionsjupyter contrib nbextension install --user3. 启动Jupyter Notebookjupyter notebook在浏览器中输入ht...

Python中super函数的用法

描述 super() 函数用于调用下一个父类(超类)并返回该父类实例的方法。 super 是用来解决多重继承问题的,直