How to use Jupyter Notebook in VSCode


Introduction

Visual Studio Code (VSCode) is a free code editor used by many programmers. In this article, we will show how to integrate VSCode with Jupyter Notebook. Also, we will learn how to use markdown code to comment on our code in VSCode.

What is Jupyter Notebook?

It is an application used to create and share documents. You can easily share your code on the web, and create pretty nice comments using images, bold text, bullets, and rich text in general.

Jupiter was created by Fernando Pérez in 2001 as part of a Python project. It is commonly used in