Skip to content

Commit d666328

Browse files
committed
shell_steams -> shell_stream (deprecated since ipykernel 6 (2021))
Prevent the removal of the shim in ipython/ipykernel#1504
1 parent 7a200c0 commit d666328

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ipyparallel/engine/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ def send_with_metadata(
729729
control_socket, control_thread.io_loop
730730
)
731731

732-
kernel_kwargs["shell_streams"] = [zmqstream.ZMQStream(shell_socket)]
732+
kernel_kwargs["shell_stream"] = zmqstream.ZMQStream(shell_socket)
733733

734734
self.kernel = Kernel.instance(
735735
parent=self,

0 commit comments

Comments
 (0)