Steps involved in installing jupyter notebook:
1. Install Python: https://www.python.org/downloads/wind...
2. Check pip installation: pip --version (pip is already installed by python 3)
3. Install Jupyter Notebook : python -m pip install jupyter
4. Launch jupyter notebook: jupyter notebook