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

jupyter-client deprecation warning #458

Open
moorepants opened this issue Feb 2, 2022 · 0 comments
Open

jupyter-client deprecation warning #458

moorepants opened this issue Feb 2, 2022 · 0 comments

Comments

@moorepants
Copy link
Member

Calling:

scene.display_jupyter(axes_arrow_length=1.0)

gives:

/home/moorepants/miniconda/envs/pydy-dev/lib/python3.7/site-packages/jupyter_client/session.py:716: UserWarning: Message serialization failed with:
Out of range float values are not JSON compliant
Supporting this message is deprecated in jupyter-client 7, please make sure your message is JSON-compliant
  content = self.pack(content)

Seems that our json files that we load (or maybe even pythreejs's) are not longer compliant with jupyter-client.

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

1 participant