travis_anaconda_jupyter icon indicating copy to clipboard operation
travis_anaconda_jupyter copied to clipboard

Testing Jupyter notebooks with Travis.ci

Build Status

Travis + Anaconda + Jupyter

Testing Jupyter notebooks with Travis.ci

Barebone example of how to check for execution errors in Jupyter notebook using Travis CI and a custom conda environment file.

The notebook is executed using jupyter nbconvert in a subprocess while monitoring for errors.

Requirements:

  • jupyter
  • py.test