From 12979d25dbe1b2fa7bebe8f44252c37c045d4c10 Mon Sep 17 00:00:00 2001 From: Min RK Date: Wed, 8 Apr 2015 12:41:58 -0700 Subject: [PATCH] shim iptest html --- IPython/testing/iptest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/IPython/testing/iptest.py b/IPython/testing/iptest.py index e90eafc0d..74cba85a9 100644 --- a/IPython/testing/iptest.py +++ b/IPython/testing/iptest.py @@ -175,6 +175,7 @@ shims = { 'kernel': 'ipython_kernel', 'kernel.inprocess': 'ipython_kernel.inprocess', 'config': 'traitlets', + 'html': 'jupyter_notebook', } # Name -> (include, exclude, dependencies_met)