Jupyter Notebooks are a tool that can be used for ETL, data visualization, machine learning, statistical modeling and more. They can also be used for simply testing out little snippets of code.

There are multiple ways that one could install Jupyter Notebooks. This is just one of the ways.

Install Python

Go to https://www.python.org/downloads

Get the latest version and install it.

Install Jupyter

Open a command prompt

1
pip install jupyter

Creating your first notebook

When the installation is complete, at the command prompt type:

1
jupyter notebook

Now you will likely see a web browser open to localhost:8888/tree

From there select New and then Python 3