1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
# JupyterLab Status Bar
This extension creates a generic statusbar to showcase the various states of JupyterLab. Different components will render depending on the active context: notebook, console, file editor, and terminal. This extension can be used by other
extensions to add custom elements into the statusbar.
Changing Contexts

Component Interactions

## Dependencies
- JupyterLab
|