You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling .to_widgets() in jupyter lab, it stops at Render widgets: 0% and a warning:
IOPub message 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_msg_rate_limit`.
Current values:
ServerApp.iopub_msg_rate_limit=1000.0 (msgs/sec)
ServerApp.rate_limit_window=3.0 (secs)
Works as expected if jupyter lab is started with jupyter lab --ServerApp.iopub_msg_rate_limit=5000
this is not related with ydata-profiling, but rather with your setting. As you've stated by upgrading your IO pub limit and message limit rate it works.
Works as expected if jupyter lab is started with jupyter lab --ServerApp.iopub_msg_rate_limit=5000
Perhaps you've not given all the details required for our team to trace it back to the package. But based on the information provided so far seems not to be specific to ydata-profiling.
Current Behaviour
When calling
.to_widgets()
in jupyter lab, it stops atRender widgets: 0%
and a warning:Works as expected if jupyter lab is started with
jupyter lab --ServerApp.iopub_msg_rate_limit=5000
Expected Behaviour
According to https://docs.profiling.ydata.ai/4.6/getting-started/quickstart/ it should create a widget.
Data Description
df = polars_lf.sample(50_000, seed=42).to_pandas()
, 300 columns of numerical (f32) and int dataCode that reproduces the bug
pandas-profiling version
v4.6.0
Dependencies
OS
Manjaro 24.0.2
Checklist
The text was updated successfully, but these errors were encountered: