Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 445 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 445 Bytes

AmazonReviewAnalysis

A project created for the MADS program

Prereq

Install Jupyter notebook

Install git and repository https://www.computerhope.com/issues/ch001927.htm

To start

open a command line:

cd /to/your/git/repo

jupyter notebook

After modifying or adding files

git status

git add <file/directory name>

git add .

git commmit -m "Your commit comment"

git push origin master

fetch latest

git fetch origin

git pull