You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No "Hello, World" is shown inside the plotpane. Only inlined Node{WebIO.DOM} is printed. Is it aWebIO.jl or a Atom.jl issue? I mention that here since Atom.jl is requiring WebIO.jl.
As expected, the following Blink.jl example is working properly
using Blink
w = Blink.Window()
body!(w, dom"div"("Hello, World"))
I also checked that the example in the Juno documentation is working properly in the plotpane.
Hope this will work very soon since this is a very interesting tools to promote Juno.
Many thanks for this beautiful work.
The text was updated successfully, but these errors were encountered:
Hi,
is it normal that the simple WebIO example does not work properly with (the excellent) Juno (even after these PRs JunoLab/Atom.jl#130, JunoLab/Atom.jl#133 and JunoLab/Atom.jl#135):
No "Hello, World" is shown inside the plotpane. Only inlined
Node{WebIO.DOM}
is printed. Is it aWebIO.jl
or aAtom.jl
issue? I mention that here sinceAtom.jl
is requiringWebIO.jl
.As expected, the following
Blink.jl
example is working properlyI also checked that the example in the Juno documentation is working properly in the plotpane.
Hope this will work very soon since this is a very interesting tools to promote Juno.
Many thanks for this beautiful work.
The text was updated successfully, but these errors were encountered: