- Statistics
- [Intro to Data Analysis](Intro to Data Analysis/)
- [HTML and CSS](HTML and CSS/)
- [Data Wrangling with MongoDB](Data Wrangling with MongoDB)
- [P0: Chopsticks](P0 Chopsticks/)
- [P1: Stroop Effect](P1 Stroop Effect/)
- [P2: Baseball Managers](P2 Baseball Managers/)
IPython notebooks are useful environments for mixed python and markdown usage. For more information, visit their website http://ipython.org/notebook.html.
Viewing IPython notebooks on GitHub is very easy because GitHub renders the notebook for you. Simply view the .ipynb file on GitHub.
- Download and install the python 2.7 version of Anaconda via https://www.continuum.io/downloads.
- Open a terminal and enter
ipython notebook
, this will open a notebook navigator. If you are opening an existing .ipynb, add the filename at the end of the command. For exampleipython notebook Data_Analyst_ND_Project1.ipynb
.