Visual Studio Code 10 月 Python 扩展更新
微软发布了 10月的 Visual Studio Code Python 扩展更新,该版本包括支持原生编辑JuypterNotebook,添加在终端中运行 Python 文件的按钮,以及改进 Python 语言服务器的链接和导入。 Nativeediting ofJupyterNotebooks 此版本可以直接编辑 .ipynb 文件,并使用 VS Code 的功能实现Jupyter Notebook 的交互性。还可以管理源代码,打开多个文件,并使用诸如 IntelliSense、Git 集成和多文件管理等特性,为数据科学家和开发人员提供一种全新的方法,使他们能够有效地试验和处理数据。 Run Python FileinTerminalbutton 此版本包含一个“Play”按钮,用于操作Run Python Filein Terminal。 Linting and importimprovementswiththe Python Language Server 这个版本还包括 Python 语言服务器的三个新的 linting 规则,以及对 PyTorch和 pandas 等软件包的...