Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 720 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 720 Bytes

Pandas Talk on Python for Quants, May 6, 2016

notebooks are here

slides are here

Pandas Talk on Data Analysis, February 19, 2016

notebooks are here

slides are here

setup

To create the environments

conda env create -n talk --file=environment.yml
source activate talk

create a kernal for the notebook

ipython kernel install --user --name talk --display-name "Python3 (talk)"

launch the notebook

jupyter notebook