Skip to content

Commit dca618e

Browse files
authored
Update kernel.py
1 parent 15baddb commit dca618e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch_kernel/kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def output(self, output):
2323
if not self.silent:
2424
if isinstance(output, dict):
2525
display_content = {'source': 'kernel',
26-
'data': {'text/json': output},
26+
'data': {'text/json': str(output)},
2727
'metadata': {}}
2828
else:
2929
display_content = {'source': 'kernel',

0 commit comments

Comments
 (0)