Skip to content

bugs/fragility: IOPub data rate exceeded in Jupyter #65

@kiihne-noaa

Description

@kiihne-noaa

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions