Skip to content

mdberryh/AmazonReviewAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A project created for the MADS program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published