How to install Jupyter Notebook
About, Installation, Uses

About Jupyter Notebook:
Jupyter is a project to develop open-source software, open standards, and services for interactive computing across multiple programming languages. It was spun off from IPython in 2014 by Fernando Pérez and Brian Granger.
How to install Jupyter Notebook:
Step # 1: Go to https://www.python.org/downloads/ to install python on your local computer.
Step # 2: Click on Download Python to install.

Step # 3: The file is downloading.

Step # 3: Run the installer. Make sure to select both the checkboxes at the bottom and then click Install Now.

Note: Don't forget to tick add to path
On clicking the Install Now, The installation process starts.

The installation process will take few minutes to complete and once the installation is successful, the following screen is displayed.

Step # 3: Open Command Prompt on your local computer, write:
pip install jupyter notebook
How to open jupyter notebook:
Write "jupyter notebook" on command prompt on your local computer, a new screen will displayed. Go to File > New > Notebook to create a new notebook.

Select Python 3 (ipykernel)

Now... you are ready to go. Run your python code here...

Uses:
The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations, and narrative text. Uses include data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.




