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 f9aea33 commit 4e3a87eCopy full SHA for 4e3a87e
src/inline.jl
@@ -8,6 +8,7 @@ const ipy_mime = [
8
"application/vnd.dataresource+json",
9
"application/vnd.vegalite.v2+json",
10
"application/vnd.vega.v3+json",
11
+ "application/vnd.vega.v4+json",
12
"text/html",
13
"text/latex",
14
"image/svg+xml",
@@ -51,6 +52,7 @@ const ipy_mime_json = [
51
52
53
54
55
56
]
57
_display_dict(m::MIME, m_str, x) = Dict(m_str=>limitstringmime(m, x))
58
# escape JSON string correctly before send_ipython
0 commit comments