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
{{ message }}
This repository was archived by the owner on Jul 7, 2025. It is now read-only.
python==3.8.12
pandas-dedupe==1.5.0
jupyterlab==3.3.2
OS: Windows 10
When running pandas_dedupe.dedupe_dataframe in Jupyter Lab, new prompts stop showing up after the 25th prompt. I get the input box, but the message is the same no matter what I put in (y, n, u, f, or p)
For example, in this screenshot, the bottom prompt, which is the 25th down, always shows the same text:
I imagine this is more of a Jupyter issue, but having a record here of how to solve this would be of value to other users.
python==3.8.12
pandas-dedupe==1.5.0
jupyterlab==3.3.2
OS: Windows 10
When running
pandas_dedupe.dedupe_dataframein Jupyter Lab, new prompts stop showing up after the 25th prompt. I get the input box, but the message is the same no matter what I put in (y, n, u, f, or p)For example, in this screenshot, the bottom prompt, which is the 25th down, always shows the same text:

I imagine this is more of a Jupyter issue, but having a record here of how to solve this would be of value to other users.