foy4748 / learn_data_science

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Science Learning

Following the book "Data Science from Scratch First Principles with Python" 2nd Edition" by - "Joel Grus"

Instructions

(For the first time only) Run the following to create the virtual environment. (only needed for first time) Make sure you are at the project location

sudo apt install pipenv
pipenv --venv

(Normal workflow) Run the following command to activate the virtual environment

pipenv shell

Run the following command to install the packages used

pipenv install

About


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.4%