|
@@ -25,16 +25,16 @@ The menu bar at the top of JupyterLab has top-level menus that expose
|
|
|
actions available in JupyterLab with their keyboard shortcuts. The
|
|
|
default menus are:
|
|
|
|
|
|
-- File: actions related to files and directories
|
|
|
-- Edit: actions related to editing documents and other activities
|
|
|
-- View: actions that alter the appearance of JupyterLab
|
|
|
-- Run: actions for running code in different activities such as
|
|
|
- Notebooks and Code Consoles
|
|
|
-- Kernel: actions for managing kernels, which are separate processes
|
|
|
+- **File**: actions related to files and directories
|
|
|
+- **Edit**: actions related to editing documents and other activities
|
|
|
+- **View**: actions that alter the appearance of JupyterLab
|
|
|
+- **Run**: actions for running code in different activities such as
|
|
|
+ notebooks and code consoles
|
|
|
+- **Kernel**: actions for managing kernels, which are separate processes
|
|
|
for running code
|
|
|
-- Tabs: a list of the open documents and activities in the dock panel
|
|
|
-- Settings: common settings and an advanced settings editor
|
|
|
-- Help: a list of JupyterLab and kernel help links
|
|
|
+- **Tabs**: a list of the open documents and activities in the dock panel
|
|
|
+- **Settings**: common settings and an advanced settings editor
|
|
|
+- **Help**: a list of JupyterLab and kernel help links
|
|
|
|
|
|
:ref:`JupyterLab extensions <user_extensions>` can also create new top-level menus in the menu
|
|
|
bar.
|
|
@@ -60,8 +60,8 @@ JupyterLab extensions can add additional panels to the left sidebar.
|
|
|
|
|
|
.. _main_area:
|
|
|
|
|
|
-Main area
|
|
|
-~~~~~~~~~
|
|
|
+Main Work Area
|
|
|
+~~~~~~~~~~~~~~
|
|
|
|
|
|
The main work area in JupyterLab allows you to arrange documents
|
|
|
(notebooks, text files, etc.) and other activities (terminals, code
|
|
@@ -69,12 +69,12 @@ consoles, etc.) into panels of tabs that can be resized or subdivided:
|
|
|
|
|
|
[animation]
|
|
|
|
|
|
-The main area has a single current activity. The tab for this activity
|
|
|
+The work area has a single current activity. The tab for this activity
|
|
|
is marked with a colored top border (blue by default).
|
|
|
|
|
|
.. _tabs:
|
|
|
|
|
|
-Tabs and Single Document Mode
|
|
|
+Tabs and Single-Document Mode
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
The Tabs panel in the left sidebar lists the open documents or
|
|
@@ -83,18 +83,18 @@ activities in the main area:
|
|
|
.. image:: images/interface_tabs.png
|
|
|
:align: center
|
|
|
|
|
|
-The same information is also available in the Tabs Menu:
|
|
|
+The same information is also available in the Tabs menu:
|
|
|
|
|
|
.. image:: images/interface_tabs_menu.png
|
|
|
:align: center
|
|
|
|
|
|
It is often useful to focus on a single document or activity without
|
|
|
-closing other tabs in the main area. Single Document Mode toggles the
|
|
|
+closing other tabs in the main area. Single-Document Mode toggles the
|
|
|
view of the main area to show only a single tab at a time:
|
|
|
|
|
|
[animation]
|
|
|
|
|
|
-When you leave Single Document Mode, the original layout of the main
|
|
|
+When you leave Single-Document Mode, the original layout of the main
|
|
|
area is restored.
|
|
|
|
|
|
Context Menus
|