We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed1eb7 commit 84bb341Copy full SHA for 84bb341
1 file changed
streamz/core.py
@@ -350,8 +350,7 @@ def update_cell(val):
350
if output is None:
351
return
352
with output:
353
- content, *_ = InteractiveShell.instance(
354
- ).display_formatter.format(val)
+ content, *_ = InteractiveShell.instance().display_formatter.format(val)
355
output.outputs = ({'output_type': 'display_data',
356
'data': content,
357
'metadata': {}},)
0 commit comments