pydata / parallel-tutorial

Parallel computing in Python tutorial materials
300 stars 111 forks source link

Add pytables to installation and correct sklearn for OS X #4

Closed willingc closed 7 years ago

willingc commented 7 years ago

conda install of sklearn failed. Needed to use scikit-learn instead of sklearn.

For notebook 1, I needed to: conda install pytables

mrocklin commented 7 years ago

Whoops! Fixing.