Error while execution of first exercise in Week 1 Assignment

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)

I am getting this message while executing the notebook given

I would guess you added some extra code (like print() statements) to the notebook, which is causing the kernel to publish too much data to the notebook workspace.

1 Like

thank you, removed the print statement and it worked

1 Like