Closed tholoien closed 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!
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.