-
Notifications
You must be signed in to change notification settings - Fork 2
bugs/fragility: IOPub data rate exceeded in Jupyter #65
Copy link
Copy link
Closed
Description
While attempting to run eod.detect_outlier_jobs in order to create a reference model, an error can sometimes occur with the following message:
2026-03-03 14:04:43 WARNING: epmt.epmt_query: 52679905 ens4_therm_1860IC_200yr_45deg_ramp70yr_0.2TW refineDiag
IOPub message rate exceeded.
The notebook server will temporarily stop sending output
to the client in order to avoid crashing it.
To change this limit, set the config variable
`--NotebookApp.iopub_msg_rate_limit`.
Current values:
NotebookApp.iopub_msg_rate_limit=1000.0 (msgs/sec)
NotebookApp.rate_limit_window=3.0 (secs)
Most likely solution would be to create a jupyter_notebook_config.py file, with c.NotebookApp.iopub_data_rate_limit = 10000000. This is a factor of 10 higher than default.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels