jupyterlab_show_commands_reference_extension
v1.0.4
Published
Display all available JupyterLab commands with their full reference IDs and arguments in a dedicated tab
Downloads
25
Maintainers
Readme
jupyterlab_show_commands_reference_extension
Display all available JupyterLab commands with their full reference IDs and arguments in a dedicated tab. A reference help page for developers working with JupyterLab commands.


Features
- Command reference tab - Opens a new tab listing all registered JupyterLab commands
- Full command IDs - Shows complete command identifiers (e.g.,
iframe:open,filebrowser:copy) - Argument inspection - Displays command arguments extracted from the application in realtime
- Searchable list - Filter commands by name or description
Requirements
- JupyterLab >= 4.0.0
Installation
make installOr via pip:
pip install jupyterlab_show_commands_reference_extensionUninstall
pip uninstall jupyterlab_show_commands_reference_extension