Releases: krassowski/jupyter-helpers
Releases · krassowski/jupyter-helpers
v0.2.3
v0.2.2
Bug fixes:
- add expire time to GNOME notifications (it might or might not be respected by your desktop, see Notify-send ignores timeout?)
- add limit for the text length in the notifications as those were freezing my GNOME when an exception with a huge traceback was thrown; use new arguments to the
Notificationclass to adjust:max_title_len: maximal length of the title to show in the notificationmax_text_len: maximal length of the text to show in the notification
0.2.1
- added smart scroll (will not scroll to a cell if already visible) for:
- Notifications use
smart_scroll=Falseto disable scroll_to_current_cell(usesmart=Falseto disable)
- Notifications use
- when scrolling to a cell, the new behaviour is to scroll so that it is centered on the screen rather than placed on the top edge; change
scroll_toto adjust. - fixed behaviour when ipywidgets not available
- improved removal of outputs when ipywidgets are available
- modern browser is now required (sound and sound will not work with Internet Explorer and other archaic browsers)
v0.1.1
Updated setup to install requirements
v0.1
Initial release