Releases: JupyterPhysSciLab/jupyter-datainputtable
Releases · JupyterPhysSciLab/jupyter-datainputtable
verson 0.8.0
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
also available via pip: pip install jupyter-datainputtable==0.7.5
version 0.7.4
Also available from pip: pip install jupyter-datainputtable==0.7.4
.
Release 0.7.2
Can be installed with pip pip install jupyter-datainputtable==0.7.2
.