【转载】Jupyter Notebook 自动补全及代码格式化插件

本文链接:https://sngr.org/index.php/archives/2019/12/22/45.html#gallery

pip install jupyter_nbextensions_configurator
pip install jupyter_contrib_nbextensions
jupyter nbextensions_configurator enable --user
jupyter contrib nbextension install --user
pip install autopep8

你可能感兴趣的:(python,机器学习)