This repository holds some python resources used in my iPython and Pandas presentation for the SLC Python meetup.
- If you're on ubuntu, ipython notebook is more easily installed via: sudo apt-get install ipython-notebook. Virtualenv /pipinstalls won't work because of some wonkiness withpyzmq
- pip install -r requirements.txt- get the pip packages (might need- sudo)
- ipython notebook- launch iPython Notebook (will also launch your browser)
- Explore and profit.