Jupyter Notebooks in Visual Studio Code

In this episode, Robert is joined by Jeffrey Mew, who shows how you can natively edit Jupyter notebooks in Visual Studio Code. Jupyter (http://jupyter-notebook.readthedocs.i...) (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: https://aka.ms/vst/pythonvscode Announcing Support for Native Editing of Jupyter Notebooks in VS Code (https://devblogs.microsoft.com/python...) Working with Jupyter Notebooks in Visual Studio Code (https://code.visualstudio.com/docs/py...) Python extension for Visual Studio Code (https://marketplace.visualstudio.com/...)