extension-examples icon indicating copy to clipboard operation
extension-examples copied to clipboard

Add an example about status bar items

Open jtpio opened this issue 5 years ago • 0 comments

Another way to extend the JupyterLab interface is to add a new item or indicator to the status bar:

image

There could be an example in this repo to explain how to do this, something similar to this plugin in core lab: https://github.com/jupyterlab/jupyterlab/blob/f0cb758333df2bb622689bcc8b92e63bb9c533c6/packages/notebook-extension/src/index.ts#L314-L347

With a link to the JupyterLab documentation: https://jupyterlab.readthedocs.io/en/stable/developer/extension_points.html#status-bar

jtpio avatar May 19 '20 12:05 jtpio