-
Notifications
You must be signed in to change notification settings - Fork 148
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
BUG: Halo.__init__.<locals>.clean_up() takes 0 positional arguments but 1 was given #179
Comments
Any updates on this issue? I am getting the same error with IPython v8.24.0. |
Same here. |
* fix for ipython>8.17.0 * Update halo_notebook.py Close widget on clear --------- Co-authored-by: Manraj Singh <[email protected]>
Thank you for reporting the issue, and my sincere apologies for the delay. The project requires a lot of housekeeping, given a lot has changed in terms of the latest Python releases and CI/CD changes. The fix for this issue has been merged and a release will be made soon. |
@manrajgrover what's the priority of another
|
Description
Using
ipython>8.16.1
, every jupyter notebook cell containing a Halo spinner returns the errorHalo.__init__.<locals>.clean_up() takes 0 positional arguments but 1 was given
. Apparently the newer versions of ipython are returning an argument to theclean_up()
method.This pull request seems to be the culprit.
System settings
pip freeze
output:Error
Halo.__init__.<locals>.clean_up() takes 0 positional arguments but 1 was given
Expected behaviour
Halo clean_up() method should accept an argument.
Steps to recreate
Upgrade ipython to the latest version
People to notify
@manrajgrover
The text was updated successfully, but these errors were encountered: