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
The Halo library claims to work with Jupyter, but seems to break the ipython API by passing the post_cell_cleanup return object to the clean_up callback?
The Halo library claims to work with Jupyter, but seems to break the ipython API by passing the
post_cell_cleanup
return object to the clean_up callback?https://github.com/manrajgrover/halo/blob/89c7934ddc79b544b48357822f4136c5a18d9cce/halo/halo.py#L110C58-L110C58
details on the ipython event and callback:
https://ipython.readthedocs.io/en/stable/config/callbacks.html
Possily just an issue with package versions?
The text was updated successfully, but these errors were encountered: