有没有办法在 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
有没有办法在 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
这不是发布问题的答案,但它确实解决了这个问题。
Plotly.jl 即将发生巨大变化。其中之一将依赖 PlotlyJS.jl 包进行所有绘图的生成和显示。
如果你想在 jupyter 笔记本中使用来自 julia 的情节,你应该使用 PlotlyJS.jl:https ://github.com/spencerlyon2/PlotlyJS.jl
此处的文档:http: //spencerlyon.com/PlotlyJS.jl/
IJuliaPortrayals有一个IFrame
构造函数。
IFrame(600, 200, "http://julialang.org")
在In [15]:
使用 IFrame 带回 2003 年时代的页面!