IOPub data rate exceeded
See original GitHub issueWith the 5.0.0b1 version of the Jupyter notebook server, I’m getting error messages instead of some of my HoloViews plots:
If this is a new thing, should HoloViews be increasing the limit to something more in line with the amount of data that HoloViews notebooks typically generate?
You are using Jupyter notebook.
The version of the notebook server is 5.0.0b1 and is running on:
Python 2.7.13 |Anaconda 2.5.0 (x86_64)| (default, Dec 20 2016, 23:05:08)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)]
Python 2.7.13 |Anaconda 2.5.0 (x86_64)| (default, Dec 20 2016, 23:05:08)
Type "copyright", "credits" or "license" for more information.
IPython 5.3.0 -- An enhanced Interactive Python.
Issue Analytics
- State:
- Created 7 years ago
- Comments:24 (21 by maintainers)
Top Results From Across the Web
IOPub data rate exceeded in Jupyter notebook (when ...
I get the below error: IOPub data rate exceeded. The notebook server will temporarily stop sending output to the client in order to...
Read more >IOPub data rate exceeded. The notebook server will ... - BytePro
The issue has happened because your program or code has breached the maximum allowed IO data transfer rate. You can easily get around...
Read more >"IOPub data rate exceeded" error in Jupyter Notebook web ...
I'm trying to scrape some data from a website on Jupyter Notebooks using BeautifulSoup, and I keep getting this error. IOPub data rate...
Read more >Unable to open image in Jupyter Lab: IOPub data rate ...
Hi, I am trying to open an image using Jupyter Lab and I get the following error: IOPub data rate exceeded.
Read more >Yaping Xu - IOPub data rate exceeded
Problem description: In Jupyter Notebook, it says : IOPub data rate exceeded. The notebook server will temporarily stop sending output.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For the Showcase notebook, I was able to get the output to appear in place of those error messages if I launched the server with:
Not sure what units that value is in; 10 million somethings per something…
Here’s what their docs say:
Surely there must be a way to override this for certain output, this was just meant to prevent a lot of text being dumped into your browser at once, which is a problem. I’ll do some digging.