@@ -36,7 +36,15 @@ Menu bar
3636: Top-level menu which exposes context-specific commands.
3737
3838Main 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
4149Status bar
4250: Displays various information about the current session, like the number of running
@@ -51,7 +59,12 @@ Command
5159For 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