summaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py2/IPython/kernel/connect.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/ipython/py2/IPython/kernel/connect.py')
-rw-r--r--contrib/python/ipython/py2/IPython/kernel/connect.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/python/ipython/py2/IPython/kernel/connect.py b/contrib/python/ipython/py2/IPython/kernel/connect.py
new file mode 100644
index 00000000000..5b6d40a5d34
--- /dev/null
+++ b/contrib/python/ipython/py2/IPython/kernel/connect.py
@@ -0,0 +1,2 @@
+from ipykernel.connect import *
+from jupyter_client.connect import *