A JupyterLab Plugin that adds a footer to cell inputs.
Project Links
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
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
0.3.2
Sep 16, 2025
0.3.1
Jan 08, 2025
0.3.0
Jan 03, 2025
0.3.0a0
Jan 03, 2025
0.2.1
Dec 20, 2024
0.2.0
Dec 19, 2024
0.2.0rc0
Dec 19, 2024
0.2.0b0
Dec 19, 2024
0.2.0a0
Dec 19, 2024
0.1.2
Dec 16, 2024
0.1.1
Dec 16, 2024
Wheel compatibility matrix
Files in release
Extras:
None
Dependencies:
jupyterlab
(<5,>=4)