Open
Description
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?