JuliaLang / IJulia.jl

Julia kernel for Jupyter
MIT License
2.78k stars 409 forks source link

ensure JSONText is never base64-encoded #1081

Closed stevengj closed 1 year ago

stevengj commented 1 year ago

Fixes #1073.

As commented in https://github.com/JuliaLang/IJulia.jl/issues/1073#issuecomment-1574053797, it really seems like Plotly.jl should define istextmime for application/vnd.plotly.v1+json, but in any case since we know this should be JSON text IJulia can ensure that it is not base64 encoded.

cc @sglyon who added support for this MIME type in #773