-
Notifications
You must be signed in to change notification settings - Fork 37
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
Jupyter plot error #38
Comments
I am experiencing the same problem. I think this is the same issue as discussed here |
I'm not sure if this is related, but since the error is similar, I thought I would add to this issue rather than create a new one. I'm also unable to visualize meshplot.Viewer in a jupyter notebook. (Using the meshplot example from libigl). I've upgraded
I get the following
(adding
|
For a temporary workaround, you can downgrade it. I have been able to make it work with
and downgrade jupyter_client to < 7 should work as well. |
I am using the JupyterLab App v3.3.4-2 and installed the latest version of everything and I got the error: So I found this post and downgraded ipykernel to 6.3.1 and jupyter_client to 6.1.7 and now I get this message instead: What am I missing? |
Now I did some more testing. |
@richardstardust |
Thanks for the tip! |
A temporary monkey patch to kill the message can be done like this: At line 100 of the jupyter_client/session.py file, you perform the This file is located in your
|
Hi,
I was trying to use the Jupyter Notebook tutorial you provide in the examples folder.
The
data.npz
file is correctly loaded, but the execution of themp.ploy(v,f)
command end with the following error ValueError: Out of range float values are not JSON compliant, raised when theOrbitControls
are created by the Viewer.I also report the whole stack trace below.
How can this error be solved?
Thank you in advance!
The text was updated successfully, but these errors were encountered: