Skip to content

Commit 7f44bac

Browse files
mfisher87RRosio
andcommitted
Improve definition of frontend component
Co-authored-by: Rosio <[email protected]>
1 parent ae629c2 commit 7f44bac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

03-vocabulary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ running on, for example to read files from disk.
2020
[See the official docs for more!](https://jupyter-server.readthedocs.io/en/stable/developers/extensions.html)
2121

2222
Frontend extension
23-
: An extension which adds functionality that executes solely in the browser and interact
24-
with existing JupyterLab frontend components.
23+
: An extension which modifies the user interface and/or adds functionality that executes
24+
solely in the browser, and interacts with existing JupyterLab frontend components.
2525
This includes themes, UI elements, viewers, code editors, and more.
2626
They are built with [Lumino](https://lumino.readthedocs.io/en/latest/) and/or
2727
[React](https://react.dev/learn) components.

0 commit comments

Comments
 (0)