Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Error: Loop crashes and asks to increase the data_rate_limit

Hi,

when I run my program it stops in the 1680 loop and produces the following error:

IOPub data 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_data_rate_limit.

Current values:
NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec)
NotebookApp.rate_limit_window=3.0 (secs)

How can I increase the data_rate_limit in Quantopian?