Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: IOPub data rate exceeded. #73

Closed
hongxrsysu opened this issue Jan 8, 2023 · 1 comment
Closed

ERROR: IOPub data rate exceeded. #73

hongxrsysu opened this issue Jan 8, 2023 · 1 comment

Comments

@hongxrsysu
Copy link

When I upload a shapefile and print its size, I meet this problem:

IOPub data rate exceeded.
The Jupyter server will temporarily stop sending output
to the client in order to avoid crashing it.
To change this limit, set the config variable
--ServerApp.iopub_data_rate_limit.
Current values:
ServerApp.iopub_data_rate_limit=1000000.0 (bytes/sec)
ServerApp.rate_limit_window=3.0 (secs)

The shapefile has over 20000 elements. I think it is out of the computing power of the Planetary computer. In stead of spliting the shapefile before uploading it, I tried to change the config variable mentioned in the error. However, when I run "jupyter lab --NotebookApp.iopub_data_rate_limit=1.0e10" in the ternimal, I meet another problem:

image

So how to change the config variable? Thanks a lot!!!!

@hongxrsysu
Copy link
Author

Solved!If I don't print the size, the error will not appear. Therefore, If you want to avoid this error, you can check whether you have printed too much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant