Euporie Versions Save

Jupyter notebooks in the terminal

v2.1.5

1 year ago

Fixed

  • Attempt fix for cell output left scroll issue
  • Prevent background_tasks error with prompt_toolkit==3.0.30
  • Prevent error when adding a cell during initial render

v2.1.4

1 year ago

Fixed

  • Ensure all cells are re-rendered when a notebook tab is reset

v2.1.3

1 year ago

Added

  • New command to reset tabs, causing notebooks to be reloaded from the filesystem
  • Improvements to the HTML renderer

Fixed

  • Use valid defaults for foreground and background colors for applications
  • Do not collapse cell when clicking on prompt itself, only the area below
  • Ensure logo is visible in the documentation
  • Fix code block language detection in HTML renderer

v2.1.2

1 year ago

Fixed

  • Prevent crash on Python 3.8

v2.1.1

1 year ago

Fixed

  • Ensure select uses available width in kernel selection dialog
  • Do not cut when deleting word in micro edit mode

v2.1.0

1 year ago

Added

  • Make shadows under menus and dialogs semi-transparent
  • Add ability to parse comma-separated CSS selectors to HTML parser
  • Make dialogs draggable
  • Allow configuring the external editor
  • Add ability to inject cell position into external editor command (this allows and external editor to be run in a tmux popup)

Fixed

  • Significant performance improvements when rendering HTML tables
  • Close file after prompting to save a new file when euporie is closed
  • Fix dialog button shortcut keys
  • Display error messages in file open dialog
  • Fixed broken mouse events in button widgets
  • Prevent IndexError when deleting a selection of cells including the last cell

v2.0.9

1 year ago

Added

  • Do not show text selection when cell input is not focused
  • Allow menus to be closed with Escape and opened with F10
  • Enable cell inputs and outputs to be collapsed
  • Make changing cursor shapes to showing editing mode configurable

Fixed

  • Fixed issue where graphics are not displayed in console but are in notebook
  • Re-apply style to cell input background
  • Highlight selected trailing whitespace
  • Reset button selection status on any global mouse event

v2.0.8

1 year ago

Added

  • Use SGR-pixel position for greater scrolling resolution when dragging scrollbar
  • Clear selection in console before printing input
  • Add ability to toggle top bar visibility
  • Use cursor shapes to show the current input mode

Fixed

  • Even more graphics rendering adjustments, including enabling sixel rendering with :command:chafa
  • Do not clear a cell's output when converting a cell to markdown

v2.0.7

1 year ago

Fixed

  • Fix various graphics rendering glitches
  • Disable line wrapping before probing terminal to prevent unrecognised APCs moving the cursor to the next line

v2.0.6

1 year ago

Fixed

  • Prevent last cell of SIXEL images being overwritten
  • Fix ubiqitous hyperlink issue
  • Fix graphics detection for Konsole
  • Hide kitty detection APC sequence in terminals which do not support APC codes