Skip to content

Commit e6a688d

Browse files
authored
Remove implicit bind_kernel in %qtconsole (#1315)
1 parent 521549a commit e6a688d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ipykernel/zmqshell.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -398,14 +398,6 @@ def qtconsole(self, arg_s):
398398
Useful for connecting a qtconsole to running notebooks, for better
399399
debugging.
400400
"""
401-
402-
# %qtconsole should imply bind_kernel for engines:
403-
# FIXME: move to ipyparallel Kernel subclass
404-
if "ipyparallel" in sys.modules:
405-
from ipyparallel import bind_kernel
406-
407-
bind_kernel()
408-
409401
try:
410402
connect_qtconsole(argv=arg_split(arg_s, os.name == "posix"))
411403
except Exception as e:

0 commit comments

Comments
 (0)