jupyter-incubator / sparkmagic

Jupyter magics and kernels for working with remote Spark clusters
Other
1.32k stars 445 forks source link

Add support for application/json mime type in statement output #835

Closed Strunevskiy closed 1 year ago

Strunevskiy commented 1 year ago

Description

It adds support for application/json mime type in statement output since Livy PySpark kind has %json magic command which return json with application/json mime type in statement output

Checklist

Strunevskiy commented 1 year ago

@devstein could I ask you review this PR ?