-
Notifications
You must be signed in to change notification settings - Fork 43
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
IJuliaCell seems to be broken #94
Comments
I'm hoping to wait for JuliaGizmos/WebIO.jl#242 before I spend too much time on this. |
Actually, it looks like it's not related to JuliaGizmos/WebIO.jl#225 since I can indeed render MeshCat inside an iframe when not using Jupyter.... using MeshCat
using Mux
using WebIO
vis = Visualizer()
WebIO.webio_serve(page("/", req -> iframe(vis.core.scope))) |
Uh, now I'm more confused than ever. It actually works fine. Maybe my notebooks were running with the wrong Julia kernel and not actually getting the right package versions? In any case, I guess I can close this issue and revisit it when the new WebIO comes in. |
Ah yeah, I've been bitten by that a couple of times. I honestly wish the Julia version number weren't embedded in the notebook. |
I don't get any output at all, just a blank white frame.
Possibly related to JuliaGizmos/WebIO.jl#225, although I thought that issue should not affect WebIO 0.7.
The text was updated successfully, but these errors were encountered: