tholoien / empiriciSN

Generate realistic parameters for a SN given host galaxy observations based on empirical correlations from SN datasets
MIT License
2 stars 4 forks source link

TravisCI demo failure #24

Closed tholoien closed 8 years ago

tholoien commented 8 years ago

Hi Phil,

Looks like TravisCI is failing when it gets to the step of running the demo notebook. Looks like it's maybe a problem with jupyter on Travis? Could you take a look?

Thanks.

drphilmarshall commented 8 years ago

Build is now passing: https://travis-ci.org/tholoien/empiriciSN/builds/165303665

Key was to specify the python kernel when running jupyter in an anaconda environment, like this:

jupyter nbconvert --ExecutePreprocessor.kernel_name=python --ExecutePreprocessor.timeout=600 --to notebook --execute Notebooks/Demo.ipynb

Sorry about that!