Showing category results for Visual Studio Code

May 7, 2024
Post comments count2
Post likes count9

Announcing Data Wrangler: Code-centric viewing and cleaning of tabular data in Visual Studio Code

Jeffrey Mew
Jeffrey Mew

Today, we are excited to announce the general availability of the Data Wrangler extension for Visual Studio Code! Data Wrangler is a free extension that offers data viewing and cleaning that is directly integrated into VS Code and the Jupyter extension. It provides a rich user interface to view and analyze your data, show insightful column statisti...

JupyterData ScienceVS Code
May 3, 2024
Post comments count0
Post likes count3

Python in Visual Studio Code – May 2024 Release

Courtney Webster
Courtney Webster

The May 2024 release of the Python and Jupyter extensions for Visual Studio Code are now available. This month's updates include a new Pylance code action and setting, removal of debugpy from the Python extension, socket disablement for testing scenarios, and Pylance performance updates. Keep reading to learn more!

pythonrelease
Mar 11, 2024
Post comments count1
Post likes count2

Data Science Day 2024 – Schedule Announcement

Dawn Wages
Dawn Wages

Python Data Science Day is a full day of 25 min and 5 min community contributed content March 14th, 2024 streaming on the VS Code YouTube channel.

python
Feb 28, 2024
Post comments count1
Post likes count0

Python in Visual Studio Code – March 2024 Release

Courtney Webster
Courtney Webster

The March 2024 release of the Python and Jupyter extensions for Visual Studio Code are now available. This month's updates include new add import Code Actions from Pylance, improvements for developing and testing web apps, shell integration in the Python REPL, and improved language support for local Jupyter servers. Keep reading to learn more!

pythonrelease
Dec 7, 2023
Post comments count1
Post likes count3

Python in Visual Studio Code – December 2023 Release

Courtney Webster
Courtney Webster

The December 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available. This month's updates include debug configurations add to the Run button menu, show type hierarchy with Pylance, deactivate support for auto-activated terminals, and additional REPL improvements. Keep reading to learn more!

pythonrelease
Nov 2, 2023
Post comments count0
Post likes count3

Python in Visual Studio Code – November 2023 Release

Courtney Webster
Courtney Webster

The November 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available. This month's updates include improvements to Shift+Enter when sending code to the terminal, deprecation of linting and formatting features, improvements to Python linting extensions, reconfiguration of test output, and virtual environment deacti...

python
Sep 8, 2023
Post comments count0
Post likes count0

Python in Visual Studio Code – September 2023 Release

Courtney Webster
Courtney Webster

The September 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available. This month's updates include updates to the Create Environment command, a new terminal auto-activation experiment, and a new yapf extension. Keep reading to learn more!

pythonJupyterrelease
Aug 3, 2023
Post comments count1
Post likes count0

Python in Visual Studio Code – August 2023 Release

Courtney Webster
Courtney Webster

The August 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available. This month's updates include a pre-configured dev container for the Python extension, a new debug configuration, an npm package for the Python extension API, and error-tolerant pytest discovery with the testing rewrite. Keep reading to learn more!

python
Jul 13, 2023
Post comments count2
Post likes count2

Package Management in the Python extension for Visual Studio Code

Courtney Webster
Courtney Webster

The Python extension in VS Code is investigating ways to improve our package management support and have completed a comparison of support offered by various package management tools.

pythonpackagingpackage management
Mar 16, 2023
Post comments count5
Post likes count18

Introducing the Data Wrangler extension for Visual Studio Code

Jeffrey Mew
Jeffrey Mew

Microsoft announces the launch of Data Wrangler, a data-centric user interface that generates Python code to help data scientists complete their data preparation tasks faster and with fewer errors.

pythonData Science