You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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.
The text was updated successfully, but these errors were encountered:
Calling:
gives:
Seems that our json files that we load (or maybe even pythreejs's) are not longer compliant with jupyter-client.
The text was updated successfully, but these errors were encountered: