Skip to content

Commit

Permalink
Remove "source" => "julia" mapping (#633)
Browse files Browse the repository at this point in the history
This does not seem to be supported in JupyterLab 0.31.  See this link
[0] for more detail

[0] JuliaPlots/PlotlyJS.jl#182 (comment)
  • Loading branch information
staticfloat authored and stevengj committed Mar 2, 2018
1 parent 397d190 commit c5195db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inline.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ for mime in ipy_mime
function display(d::InlineDisplay, ::MIME{Symbol($mime)}, x)
send_ipython(publish[],
msg_pub(execute_msg, "display_data",
Dict("source" => "julia", # optional
Dict(
"metadata" => metadata(x), # optional
"data" => Dict($mime => limitstringmime(MIME($mime), x)))))
end
Expand Down

0 comments on commit c5195db

Please sign in to comment.