【发布时间】:2016-03-13 02:02:19
【问题描述】:
有没有办法在 IJulia Jupyter 笔记本中显示 IFrame?
我正在尝试将 Plotly.jl 与 Jupyter 一起使用。当plot 被调用时,它会返回一个链接到生成图的 URL。
使用 IFrame 应该可以解决这个问题。
Plotly.plot(["z"=>rand(6,6)],["style"=>["type"=>"heatmap"]])
https://plot.ly/~astrieanna/0 # Returned URL
【问题讨论】:
标签: julia jupyter ijulia-notebook