Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 417 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 417 Bytes

Udacity Data Analysis Nanodegree

Investigate a dataset: TMDb (The Movie DB)

Terminal Instructions

Start up the project:

  • cd /Users/leogovan/Documents/Udacity/DA-Nano/investigate-a-dataset
  • source activate investigate_dataset
  • jupyter notebook

Close down the project:

  • ctrl+c
  • source deactivate

Commit changes

  • git add .
  • git commit -m ""
  • git push -u origin master