-
Notifications
You must be signed in to change notification settings - Fork 76
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
No output in Jupyter with Plots and GR #268
Comments
Updating IJulia fixed it. |
I think it's very brittle: it stopped working again. |
Unfortunately WebIO (on which this is based) seems to be having some hiccups lately when used from a notebook. A known issue is that it's not robust to refreshing the page. There is a massive effort to make it more robust at JuliaGizmos/WebIO.jl#211 and a future plan to write a proper Jupyter Lab / Notebook extension which would make it much more solid and reliable. |
I'm not seeing any widgets in Jupyter, using Julia 1.0.2, using Interact. (a) Is this still broken If (a) Any news, when? Thanks. |
Could you make sure all dependencies are at their latest release:
Things are supposed to be working, if they don't work in your case it'd be useful to post your |
Thanks. Can't add [email protected] or [email protected] Code: (v1.0) pkg> add [email protected] (v1.0) pkg> add [email protected] (v1.0) pkg> rm Meshcat julia> versioninfo() |
Looks like MeshCat prevents you from installing WebIO 0.6 (which could potentially resolve your issue) as it isn't yet compatible with it. The issue to track that compatibility is rdeits/MeshCat.jl#71. Even though you don't have MeshCat directly installed you probably have installed some package that depends on it (I imagine it must be something from JuliaRobotics). To test that WebIO 0.6 fixes that issue you can either try and remove those packages, or create a separate environment using Pkg, add WebIO 0.6.1 there and test if things work. |
Indeed, I have RigidBodyDynamics installed & it uses MeshCat. |
I don't see any output in the attached. It works fine without the
@manpulate for
.The text was updated successfully, but these errors were encountered: