To install the Python modules, open the command-line program. In the command line, to install pandas, execute the following command:
pip install pandas
Similarly, to install matplotlib, execute the following command:
pip install matplotlib
To install Jupyter, execute the following command:
pip install jupyter
Having finished installing the required modules, launch the Jupyter Notebook by executing the jupyter notebook command. This will open up a new browser window, or a tab, where it will display the list of files that are already there from the folder where we executed the jupyter notebook command. The following screenshot shows the jupyter notebook command:
![](https://static.packt-cdn.com/products/9781789537000/graphics/assets/af8667a9-bfa8-4170-8ca7-d60ed89c1186.png)
Next, choose to create a new Python 3 notebook, as shown in the following screenshot:
![](https://static.packt-cdn.com/products/9781789537000/graphics/assets/b6e8b34b-841f-4a3b-a49f-292b11303034.png)