Skip to content

Releases: JupyterPhysSciLab/jupyter-datainputtable

verson 0.8.0

06 Jul 01:32
Compare
Choose a tag to compare

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.

version 0.7.5

08 Sep 02:05
Compare
Choose a tag to compare

also available via pip: pip install jupyter-datainputtable==0.7.5

version 0.7.4

27 Aug 19:09
Compare
Choose a tag to compare

Also available from pip: pip install jupyter-datainputtable==0.7.4.

Release 0.7.2

08 Jul 19:51
Compare
Choose a tag to compare

Can be installed with pip pip install jupyter-datainputtable==0.7.2.