Problem description:
In Jupyter Notebook, it says :
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`.
Temporary solution: Using the following command to increase the data rate.
jupyter notebook --NotebookApp.iopub_data_rate_limit=10000000000