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)
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...