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 5d21c8f commit c1f1e5aCopy full SHA for c1f1e5a
ipykernel/kernelbase.py
@@ -65,7 +65,7 @@ def shell_streams(self):
65
'Property shell_streams is deprecated in favor of shell_stream',
66
DeprecationWarning
67
)
68
- return [shell_stream]
+ return [self.shell_stream]
69
70
control_stream = Instance(ZMQStream, allow_none=True)
71
0 commit comments