Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.14 KB

Data-Science-Webinar

Data-Science-Webinar by Gaurav Mongia

Prerequisite

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

Installation Guide

Check your python version by typing python on Terminal.

If you do not have Python 3.7 install it and Add to the Path

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