diff --git a/ipykernel/zmqshell.py b/ipykernel/zmqshell.py index 268d826e..c5390df3 100644 --- a/ipykernel/zmqshell.py +++ b/ipykernel/zmqshell.py @@ -398,14 +398,6 @@ def qtconsole(self, arg_s): Useful for connecting a qtconsole to running notebooks, for better debugging. """ - - # %qtconsole should imply bind_kernel for engines: - # FIXME: move to ipyparallel Kernel subclass - if "ipyparallel" in sys.modules: - from ipyparallel import bind_kernel - - bind_kernel() - try: connect_qtconsole(argv=arg_split(arg_s, os.name == "posix")) except Exception as e: