内容简介:微软发布了 10 月的 Visual Studio Code Python 扩展更新,该版本包括支持原生编辑 Juypter Notebook,添加在终端中运行 Python 文件的按钮,以及改进 Python 语言服务器的链接和导入。 Native editing of Jupyte...
微软发布了 10 月的 Visual Studio Code Python 扩展更新,该版本包括支持原生编辑 Juypter Notebook,添加在终端中运行 Python 文件的按钮,以及改进 Python 语言服务器的链接和导入。
Native editing of Jupyter Notebooks
此版本可以直接编辑 .ipynb 文件,并使用 VS Code 的功能实现 Jupyter Notebook 的交互性。还可以管理源代码,打开多个文件,并使用诸如 IntelliSense、Git 集成和多文件管理等特性,为数据科学家和开发人员提供一种全新的方法,使他们能够有效地试验和处理数据。
Run Python File in Terminal button
此版本包含一个“Play”按钮,用于操作 Run Python File in Terminal。
Linting and import improvements with the Python Language Server
这个版本还包括 Python 语言服务器的三个新的 linting 规则,以及对 PyTorch 和 pandas 等软件包的重大改进。使用此版本,如果项目环境中有这样一个 src 目录,则 Language Server 将自动检测该目录并将该目录添加到其搜索路径列表中。
AI-Assisted Autocompletion
在编写代码时,IntelliSense 将在代码单元格中为你提供完整代码的提示或建议。可以通过安装 IntelliCode 扩展来获取人工智能驱动的 IntelliSense,并根据你当前代码的上下文提供更智能的提示或建议。
完整更新列表见更改日志。
下载地址:
https://marketplace.visualstudio.com/items?itemName=ms-python.python
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Visual Studio Code 202009 Python 扩展更新
- Visual Studio Code 4 月 Python 扩展更新
- Visual Studio Code 6 月 Python 扩展更新
- Visual Studio Code 7 月 Python 扩展更新
- Visual Studio Code 8 月 Python 扩展更新
- Visual Studio Code 10 月 Java 扩展更新
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Nginx Essentials
Valery Kholodkov / Packt Publishing / 2015-7-1 / USD 34.99
About This Book Learn how to set up, configure, and operate an Nginx installation for day-to-day useExplore the vast features of Nginx to manage it like a pro, and use them successfully to run your......一起来看看 《Nginx Essentials》 这本书的介绍吧!