打开Anaconda Prompt,依次执行以下命令
pip install jupyter_contrib_nbextensions
jupyter contrib nbextensions install
pip install yapf
然后打开jupyter notebook,进入Nbextensions,勾选上Code prettify 。
点击页面顶端工具栏最右方的“小锤子”图标或使用快捷键ctrl+L即可美化代码
pip install yapf
然后在VS Code菜单栏中依次打开 File—Preferences—Settings,搜索框中搜索“python.formatting.provider”,然后在下拉菜单中选择“yapf”即可。
参考博客:
[1]https://www.jianshu.com/p/04456b743609
[2]https://blog.csdn.net/qianbin3200896/article/details/90180980