Skip to content

Commit 23fad66

Browse files
mfisher87ktaletskjasongrout
authored
[DNM] Module 2 exercise B: "Hello, world" widget launched from the command palette (#29)
Co-authored-by: Konstantin Taletskiy <[email protected]> Co-authored-by: Jason Grout <[email protected]>
1 parent a2ab35d commit 23fad66

File tree

3 files changed

+518
-30
lines changed

3 files changed

+518
-30
lines changed

03-vocabulary.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,15 @@ Menu bar
3636
: Top-level menu which exposes context-specific commands.
3737

3838
Main area
39-
: The central space where JupyterLab runs {term}`main area widgets <main area widget>`.
39+
: The central space where JupyterLab displays {term}`main area widgets <main area widget>`,
40+
like Notebooks.
41+
You can recognize the main area by the tab panel.
42+
You can click and drag the tab at the top of any {term}`main area widget <main area widget>`
43+
to subdivide the main area arbitrarily!
44+
45+
Main area widget
46+
: A widget which opens as a tab or panel in the {term}`main area`.
47+
For example, the launcher, the Jupyter Notebook editor, the code editor, or the terminal.
4048

4149
Status bar
4250
: Displays various information about the current session, like the number of running
@@ -51,7 +59,12 @@ Command
5159
For example, from the {term}`menu bar`.
5260
[See the official docs for more!](https://jupyterlab.readthedocs.io/en/latest/user/commands.html)
5361

54-
Main area widget
55-
: A widget which opens as a tab or panel in the {term}`main area`.
56-
For example, the launcher, the Jupyter Notebook editor, the code editor, or the terminal.
62+
Command palette
63+
: A keyboard-driven interface for triggering {term}`commands <command>`.
64+
[See the official docs for more!](https://jupyterlab.readthedocs.io/en/stable/user/commands.html#command-palette)
65+
66+
Launcher
67+
: When a new JupyterLab tab is opened, the launcher is displayed.
68+
It includes categorized buttons to launch any applications that are registered with the launcher.
69+
[See the official docs for more!](https://jupyterlab.readthedocs.io/en/latest/extension/extension_points.html#launcher)
5770
:::

0 commit comments

Comments
 (0)