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)