IOPub message rate exceeded on Jupyterlab on Docker/WSL2 on Windows

I had been running TF natively on Windows and Ubuntu for a few years. Then I decided to run it on Docker/WSL2 on my Windows machines. This is when I ran into the IOPub message rate issue. I am new to Docker and wonder if someone could suggest how to fix the issue.

The message screenshot is shown below:

Hi @kdlin1, This error might be caused by producing large output in your Jupyter lab. you can increase the limit by using this command jupyter notebook --NotebookApp.iopub_data_rate_limitand passing the higher value. Thank You.