News

Easier Jupyter Notebook Setup for Python in VS Code Tooling

In the regular monthly update to Python tooling for Visual Studio Code, Microsoft announced an improved setup experience for Jupyter notebooks, along with new inlay type hints for the Pylance language server.

The dev team for Python tooling in VS Code handles the the three most popular extensions in the VS Code Marketplace, with the main Python tool boasting a whopping 60.1 million installs, followed by Jupyter (40.8 million) and Pylance (33.4 million).

The latter, a language server that serves up language-specific "smarts" for IDEs and code editors such as jump-to-definition, find all references and so on, is improved in the July 2022 update by inlay type hints, which add inline information to code to help developers quickly understand the meaning of variables or functions.

The update added hints for two types: variables and returns.

"Return type inlay hints show the return types of functions that don't have an explicit annotation," said Luciana Abud, program manager, in a July 7 announcement. "To enable it, you can set 'python.analysis.inlayHints.functionReturnTypes': true to your user settings (Preferences: Open Settings (JSON) command).

"Similarly, variable type inlay hints show the types of variables that don't have explicit type annotations. You can enable it by setting 'python.analysis.inlayHints.variableType's: true."

Inlay Hints
[Click on image for larger view.] Inlay Hints (source: Microsoft).

While the new hints don't change any code, the team is working to provide the ability to add suggested annotations to code via code operations for inlay hints.

The other main highlight of the update affects the Jupyter notebook "getting started" experience, specifically by improving the extension recommendation flow from within a notebook when the Python or Jupyter extensions aren't installed. Now, upon opening a Jupyter notebook in VS Code, developers will see an "install suggested extensions" entry when trying to run a cell or select a kernel. Abud said this greatly reduces the number of steps needed to get the first notebook cell run.

Several other minor updates, tweaks and fixes are detailed in the announcement post.

About the Author

David Ramel is an editor and writer for Converge360.

comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube