File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525# Configure the conda environment and put it in the path using the
2626# provided versions
2727conda create -n testenv --yes python=$PYTHON_VERSION pip nose \
28- numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION cython=$CYTHON_VERSION matplotlib scikit-learn nbconvert nbformat jupyter_client ipython jupyter notebook
28+ numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION cython=$CYTHON_VERSION matplotlib scikit-learn nbconvert nbformat jupyter_client ipython jupyter notebook ipykernel
2929source activate testenv
30+ ipython kernel install
3031
3132
3233if [[ " $COVERAGE " == " true" ]]; then
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ def test_notebook(self):
4545 msg = 'Error executing the notebook "%s". ' % notebook_filename
4646 msg += 'See notebook "%s" for the traceback.\n \n ' % notebook_filename_out
4747 msg += e .traceback
48- self .fail (msg )
48+ self .fail (msg )
4949 finally :
5050 with open (notebook_filename_out , mode = 'wt' ) as f :
5151 nbformat .write (nb , f )
You can’t perform that action at this time.
0 commit comments