Skip to content

verson 0.8.0

Latest
Compare
Choose a tag to compare
@gutow gutow released this 06 Jul 01:32

0.8.0 (June 5, 2024)

Best installed using pip

pip install jupyter-datainputtable

Changes:

  • Converted to a Jupyter Lab 4+ and notebook 7+ compatible plugin.
  • DEPRECATION: Input data tables created with earlier versions will not
    be editable or create pandas dataframes with this version. Tables should
    be recreated with this version. WHY: programmatic access to notebooks in
    Jupyter Lab is much more limited.
  • DEPRECATION: Support for classic Jupyter (nbclassic) is dropped.
    Versions 0.7.6 should still work with classic Jupyter.
  • Moved actions to buttons from a selection dropdown.
  • Added command to insert data input table to the Jupyter Lab command palette.
  • Converted editable version of cells to resizable textareas.
  • Converted table caption input into a resizable textarea.
  • Table actions get red strikeout when extension not enabled/installed.
  • Code that creates table no longer automatically collapsed, but only
    consists of four lines as the html is on a single line. Still can be
    manually collapsed.
  • Switched to Jupyter compatible BSD licensing.