rdeits / MeshCat.jl

WebGL-based 3D visualizer in Julia
MIT License
234 stars 43 forks source link

IJuliaCell seems to be broken #94

Closed rdeits closed 5 years ago

rdeits commented 5 years ago

I don't get any output at all, just a blank white frame.

Possibly related to https://github.com/JuliaGizmos/WebIO.jl/issues/225, although I thought that issue should not affect WebIO 0.7.

rdeits commented 5 years ago

I'm hoping to wait for https://github.com/JuliaGizmos/WebIO.jl/pull/242 before I spend too much time on this.

rdeits commented 5 years ago

Actually, it looks like it's not related to https://github.com/JuliaGizmos/WebIO.jl/issues/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)))
rdeits commented 5 years ago

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.

tkoolen commented 5 years ago

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.