In this episode, Robert is joined by Jeffrey Mew, who shows how you can natively edit Jupyter notebooks in Visual Studio Code. Jupyter ( (formerly IPython) is an open-source project that enables you to easily combine Markdown text and executable Python source code on one canvas called a notebook. These notebooks contain live code, equations, visualizations and narrative text. Jeffrey shows how easy it is to work with Jupyter notebooks in Visual Studio Code.
Resources:
Getting started with Python and VS Code:
Announcing Support for Native Editing of Jupyter Notebooks in VS Code (
Working with Jupyter Notebooks in Visual Studio Code (
Python extension for Visual Studio Code…