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
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?
The text was updated successfully, but these errors were encountered:
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.
This is being fed to agents so it's a bit confusing, how can we disable these warnings?
The text was updated successfully, but these errors were encountered: