50MB dataset limitation when using Plotly.py

Thanks for the reply! I found this github link before I posted this issue, but it didn’t solve my problem.

But later my friends and I found this error message in ~/site-packages/streamlit/server/server_util.py, and changed the parameter MESSAGE_LIMIT_SIZE to 200*1e6, making the write limit now 200 MB

1 Like