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

Out of range float values are not JSON compliant printed to STDERR in Code Sandbox #591

Open
antonioalegria opened this issue Feb 24, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@antonioalegria
Copy link

Getting the following warning printed to stderr in the code sandbox, when doing a display of a dataframe with, apparently, float values and/or NaNs.

"/usr/local/lib/python3.10/site-packages/jupyter_client/session.py:721: 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

This is being fed to agents so it's a bit confusing, how can we disable these warnings?

@antonioalegria antonioalegria added the bug Something isn't working label Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant