[Tutor] Search error code in a logfile and print all lines until the error code

Steven D'Aprano steve at pearwood.info
Fri Nov 30 20:14:31 EST 2018


On Thu, Nov 29, 2018 at 06:23:42PM +0530, Asad wrote:
[...]

> It gives me 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)


That doesn't look like a Python error. What is "it" that gives you that 
error?

What precisely are you doing that gives the error?



-- 
Steve


More information about the Tutor mailing list