Skip to content

Releases: krassowski/jupyter-helpers

v0.2.3

10 Feb 16:36
75a3300

Choose a tag to compare

No changes in comparison to v0.2.2 - just fixing the readme on PyPI

v0.2.2

10 Feb 16:11
a4662cc

Choose a tag to compare

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 Notification class to adjust:
    • max_title_len: maximal length of the title to show in the notification
    • max_text_len: maximal length of the text to show in the notification

0.2.1

29 Jan 06:46

Choose a tag to compare

  • added smart scroll (will not scroll to a cell if already visible) for:
    • Notifications use smart_scroll=False to disable
    • scroll_to_current_cell (use smart=False to disable)
  • 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_to to 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

20 Mar 01:06

Choose a tag to compare

Updated setup to install requirements

v0.1

18 Mar 00:05

Choose a tag to compare

Initial release