Skip to content

v2.0.0

Compare
Choose a tag to compare
@joouha joouha released this 18 Aug 13:59
· 831 commits to main since this release

Added

  • Added new HTML renderer
  • Added shortcut key hints in menus and buttons
  • Added a shadow under the completions menu
  • Allow changing color depth on the fly
  • Key-bindings can now be edited in the configuration file
  • Queue inputs which are run before kernel starts, and run them once the kernel has started
  • Add ability to convert from console to notebook
  • Set initial vi mode to navigation
  • Add euporie console application
  • Add "Save As..." command
  • Allow opening file from remote file systems (e.g. http:, hdfs:, gs:, s3:, etc.)
  • Add ability to undo deleting cells
  • Add support for ipywidgets
  • Allow changing app accent color
  • Allow connecting to existing kernels with :option:kernel_connection_file config option

Changed

  • Auto-indent text on newline inside brackets in micro editor mode
  • Improve quality of copied outputs
  • Cells are now displayed as soon as they are rendered in preview
  • Added the --save option in preview, which saves the notebook if --run is used
  • Apps are now individually configurable
  • The edit app is not called notebook
  • The preferred method of launching apps is now using the euporie-* commands
  • The style of the applications and widgets has been refresh
  • Allow creating new notebooks without first passing a file path
  • Use fastjsonschema to parse configuration more quickly
  • Reduce memory usage by allowing the garbage collector to remove deleted cells and graphics
  • Make clicking to select a cell pass the click event to the cell

Fixed

  • Clicking on a cell to focus no longer results in a selection if the notebooks has to be scrolled
  • Fix issue with hyperlinks taking over the screen
  • Fix bug which prevented mouse scrolling in some circumstances
  • Fix --version command line flag