Browse Source

Merge pull request #7849 from jupyterlab/saulshanabrook-patch-1

Document how to add commands to notebook toolbar
Saul Shanabrook 5 years ago
parent
commit
6d86917d74
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/source/developer/extension_points.rst

+ 2 - 0
docs/source/developer/extension_points.rst

@@ -72,6 +72,8 @@ After a command has been added to the application command registry
 you can add them to various places in the application user interface,
 where they will be rendered using the metadata you provided.
 
+For example, you can add a button the Notebook toolbar to run the command with the ``CommandToolbarButtonComponent``.
+
 Add a Command to the Command Palette
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^