Setting up Jupyter Notebooks in VS Code

IDEs

As you know there are plenty IDEs available for Python and R: PyCharmarrow-up-right, Spyderarrow-up-right, Atomarrow-up-right and others. Take a look at 2019 comparisonarrow-up-right prepared by DataCamp. From our practical experience, it seems that VS Codearrow-up-right has taken the lead. Why so? Well, first of all, it is free. Second, in August 2019, VS Code obtained a new feature: support Jupyter Notebooks. Third, it has a nice minimalist UI, you won't get lost! There are other nice features, Git extensions, linting, etc. that you can explore herearrow-up-right.

What is the actual difference between VS code and Atom?

Step 1: Download and install Visual Studio Code

Step 2: Install Python extension

Step 3: Select Python interpreter and run the code

Cloud solutions

Binder

Google Collaboratory

RStudio Cloudarrow-up-right

Microsoft Azure Notebooks

or use Jupyter Notebook in AWS

Last updated

Was this helpful?