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

718: UserWarning : Message serialization failed #47

Closed
ManonMarchand opened this issue Feb 1, 2023 · 1 comment
Closed

718: UserWarning : Message serialization failed #47

ManonMarchand opened this issue Feb 1, 2023 · 1 comment
Milestone

Comments

@ManonMarchand
Copy link
Member

ManonMarchand commented Feb 1, 2023

Calling add_table raises the following warning:

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

Want me to have a look at that?
looks like it comes from the NaN values in the json we create, same issue there, unresolved except fixing requirements to ipykernel version ==6.3.1 : jupyter-widgets/pythreejs#366

@ManonMarchand ManonMarchand changed the title 718: UserWarning 718: UserWarning : Message serialization failed Feb 1, 2023
@ManonMarchand ManonMarchand added this to the 0.2.2 milestone Mar 17, 2023
@ManonMarchand
Copy link
Member Author

solved in #54

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

No branches or pull requests

1 participant