Hi,
Currently I'm running a very system intensive process on Sage and I'm getting this 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)
From research, I am supposed to paste the below in my command prompt.
jupyter notebook --generate-config
But when I try to do so, it says that it is not recognised as an internal or external command.
How do I resolve this issue?