googlecolab / jupyter_http_over_ws

Apache License 2.0
266 stars 56 forks source link

IOPub data rate exceeded. #22

Open rahulbordoloi opened 4 years ago

rahulbordoloi commented 4 years ago

How do I rectify this in Google Colab?

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.

Current values: NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec) NotebookApp.rate_limit_window=3.0 (secs)

imsanjoykb commented 4 years ago

Colab bundles featuretools 0.4.1 presently, and I suspect you're using newer APIs. I'd start by upgrading the featuretools library like so: !pip install -U featuretools

After that, you'll need to restart your Python process using the Runtime -> Restart menu.

import featurestools
ft._version_