We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f84668 commit 9647ac4Copy full SHA for 9647ac4
py-src/ltipy.py
@@ -23,11 +23,11 @@ def km_from_string(s=''):
23
such as '--shell=47378 --iopub=39859 --stdin=36778 --hb=52668' for IPython 0.11
24
or just 'kernel-12345.json' for IPython 0.12
25
"""
26
- global km, kc, send, Empty
+ global km, kc, send
27
28
from os.path import join as pjoin
29
from IPython.config.loader import KeyValueConfigLoader
30
- from Queue import Empty
+
31
try:
32
from IPython.kernel import (
33
KernelManager,
0 commit comments