question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IOPub data rate exceeded

See original GitHub issue

With the 5.0.0b1 version of the Jupyter notebook server, I’m getting error messages instead of some of my HoloViews plots:

image

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:closed
  • Created 7 years ago
  • Comments:24 (21 by maintainers)

github_iconTop GitHub Comments

44reactions
jbednarcommented, Mar 8, 2017

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:

jupyter notebook --NotebookApp.iopub_data_rate_limit=10000000  Showcase.ipynb 

Not sure what units that value is in; 10 million somethings per something…

5reactions
philippjfrcommented, Mar 8, 2017

Here’s what their docs say:

NotebookApp.iopub_data_rate_limit : Float
Default: 1000000

(bytes/sec) Maximum rate at which messages can be sent on iopub before they are limited.

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found