jupyterlab-cell-input-footer 0.3.2


pip install jupyterlab-cell-input-footer

  Latest version

Released: Sep 16, 2025


Meta
Author: Zach Sailer
Requires Python: >=3.8

Classifiers

Framework
  • Jupyter
  • Jupyter :: JupyterLab
  • Jupyter :: JupyterLab :: 4
  • Jupyter :: JupyterLab :: Extensions
  • Jupyter :: JupyterLab :: Extensions :: Prebuilt

License
  • OSI Approved :: BSD License

Programming Language
  • Python
  • Python :: 3
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12

JupyterLab Extension - cell input footer

Github Actions Status

A JupyterLab extension that adds a footer to cell inputs.

JupyterLab core ships with a cell footer; however, this footer is located after the cell output. I needed a footer underneath the cell input. This plugin offers the API I needed to add UX underneath the cell input.

Requirements

  • JupyterLab >= 4.0.0

Install

To install the extension, execute:

pip install jupyterlab_cell_input_footer

Uninstall

To remove the extension, execute:

pip uninstall jupyterlab_cell_input_footer
Extras: None
Dependencies:
jupyterlab (<5,>=4)