From 1dd4c7aeabca05ab7a553b22e79bed6806615ef8 2015-04-09 02:23:06 From: Min RK <benjaminrk@gmail.com> Date: 2015-04-09 02:23:06 Subject: [PATCH] install jupyter_nbformat for tests while the IPython repo is still running notebook tests --- diff --git a/requirements.txt b/requirements.txt index f6f0fdf..013b938 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,4 @@ -e git+https://github.com/ipython/ipython_genutils.git#egg=ipython_genutils -e git+https://github.com/ipython/traitlets.git#egg=traitlets +-e git+https://github.com/jupyter/jupyter_core.git#egg=jupyter_core +-e git+https://github.com/jupyter/jupyter_nbformat.git#egg=jupyter_nbformat