Intro to Data Analysis is a course offered by Udacity and taught by Caroline Buckey that serves as an introduction to the world of data analysis.
In each Lesson directory there is an ipython notebook with the examples and solutions of the course. To run the notebook with Jupyter:
jupyter-notebook <fileName>.ipynb
To run the notebook with the same environment as in the course, use environment.yml file to create the corresponding environment. For example, with Conda package manager:
conda env --create -f environment.yml