Data-Science-Webinar by Gaurav Mongia
Prerequisite: Python While Jupyter runs code in many programming languages, Python is a requirement (Python 3.3 or greater) for installing the JupyterLab or the classic Jupyter Notebook.
Installing Jupyter Notebook
To install python click on the link:
After Installing python install jupyter notebook by firing this command on terminal.
- copy requirements.txt to desktop
- open terminal go to Desktop with help of cd command
pip install -r requirements.txt