Skip to content

Zsailer/jupyterlab-cell-input-footer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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