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

IJuliaCell seems to be broken #94

Closed
rdeits opened this issue Mar 3, 2019 · 4 comments
Closed

IJuliaCell seems to be broken #94

rdeits opened this issue Mar 3, 2019 · 4 comments

Comments

@rdeits
Copy link
Owner

rdeits commented Mar 3, 2019

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.

@rdeits
Copy link
Owner Author

rdeits commented Mar 3, 2019

I'm hoping to wait for JuliaGizmos/WebIO.jl#242 before I spend too much time on this.

@rdeits
Copy link
Owner Author

rdeits commented Mar 3, 2019

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

@rdeits
Copy link
Owner Author

rdeits commented Mar 3, 2019

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.

@rdeits rdeits closed this as completed Mar 3, 2019
@tkoolen
Copy link
Collaborator

tkoolen commented Mar 4, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants