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.
- JupyterLab >= 4.0.0
To install the extension, execute:
pip install jupyterlab_cell_input_footer
To remove the extension, execute:
pip uninstall jupyterlab_cell_input_footer