在 IJulia Jupyter Notebook 中显示 IFrame

Display IFrame in IJulia Jupyter Notebook

有没有办法在 IJulia Jupyter 笔记本中显示 IFrame?

我正在尝试将 Plotly.jl 与 Jupyter 结合使用。当调用 plot 时,它 returns 一个 URL 链接到生成的图形。

使用 IFrame 应该可以解决这个问题。

Plotly.plot(["z"=>rand(6,6)],["style"=>["type"=>"heatmap"]])

https://plot.ly/~astrieanna/0  # Returned URL

这不是已发布问题的答案,但它确实解决了 plotly 的问题。

Plotly.jl 即将发生巨大的变化。其中之一将依赖 PlotlyJS.jl 包来生成和显示所有绘图。

如果你想在 jupyter notebook 中使用 julia 的 plotly,你应该使用 PlotlyJS.jl:https://github.com/spencerlyon2/PlotlyJS.jl

文档在这里:http://spencerlyon.com/PlotlyJS.jl/

IJuliaPortrayals 有一个 IFrame 构造函数。

IFrame(600, 200, "http://julialang.org")

In [15]:

Bring back 2003-era pages with IFrame!