Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebIO not working in Juno #210

Closed
rcqls opened this issue Dec 19, 2018 · 1 comment
Closed

WebIO not working in Juno #210

rcqls opened this issue Dec 19, 2018 · 1 comment
Labels

Comments

@rcqls
Copy link

rcqls commented Dec 19, 2018

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):

using WebIO
node(:div, "Hello, World")

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.

@pfitzseb pfitzseb added the bug label Dec 19, 2018
@rcqls
Copy link
Author

rcqls commented Apr 17, 2019

I close the issue since the code is working now.

@rcqls rcqls closed this as completed Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants