DiODeProject / MuMoT

Multiscale Modelling Tool - mathematical modelling without the maths
https://mumot.readthedocs.io/
GNU General Public License v3.0
21 stars 5 forks source link

Increase notebook message rate limit #359

Closed jarmarshall closed 5 years ago

jarmarshall commented 5 years ago

Merging #350 has led to the following warning in information-dense views such as SSA() - need to increase the message rate limit as per instructions below... not sure what new limit would be appropriate...

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)