This repo contains all jupyter notebooks while I am exploring interesting datasets. I gitignored all datasets since they are large files.
- Thanksgiving dinner
- Exploring-Gun-Deaths-in-the-US
- Winning-Jeopardy
- Visualizing-Earnings-Based-On-College-Majors
- PDX-Transportation
- Clone this repo
- Create env for this project
conda env create -f environment.yaml
(My yaml file contains too many dependencies due to long time accumunation, so I simply gitignored it. It is better to create yours and install them along the way.) - Activate env:
source activate env_name
- Launch Jupyter notebook
- View notebooks
- @_@
- Jupyter notebook
- Python3.6
- Numpy
- Pandas
- Matplotlib
- Anaconda