Setting Up Jupyter Notebooks for Data Visualization in Python

Jupyter Notebooks are a great and fairly simple way to explore data and create visualizations in an interactive environment.

Alan Jones
Towards Data Science
8 min readAug 4, 2019

--

Pandas scatter plot
Here’s a simple example plot from Pandas in a notebook:

Jupyter, Python and Anaconda

We are going to see how you set up the Jupyter Notebooks environment with…

--

--