|
@@ -8,10 +8,10 @@ exploratory computing. While JupyterLab has many features found in
|
|
|
traditional integrated development environments (IDEs), it remains
|
|
|
focused on interactive, exploratory computing.
|
|
|
|
|
|
-The JupyterLab interface consists of a :ref:`main work area <main_area>`
|
|
|
+The JupyterLab interface consists of a :ref:`main work area <main-area>`
|
|
|
containing tabs of documents and activities, a collapsible :ref:`left sidebar
|
|
|
-<left_sidebar>`, and a :ref:`menu bar <menu_bar>`. The left sidebar contains a
|
|
|
-:ref:`file browser <working_with_files>`, the :ref:`list of running kernels and
|
|
|
+<left-sidebar>`, and a :ref:`menu bar <menu-bar>`. The left sidebar contains a
|
|
|
+:ref:`file browser <working-with-files>`, the :ref:`list of running kernels and
|
|
|
terminals <running>`, the :ref:`command palette <commands>`, the :ref:`notebook
|
|
|
cell tools inspector <notebook>`, and the :ref:`tabs list <tabs>`.
|
|
|
|
|
@@ -19,7 +19,7 @@ cell tools inspector <notebook>`, and the :ref:`tabs list <tabs>`.
|
|
|
:align: center
|
|
|
:class: jp-screenshot
|
|
|
|
|
|
-.. _menu_bar:
|
|
|
+.. _menu-bar:
|
|
|
|
|
|
Menu Bar
|
|
|
~~~~~~~~
|
|
@@ -42,7 +42,7 @@ default menus are:
|
|
|
:ref:`JupyterLab extensions <user_extensions>` can also create new top-level menus in the menu
|
|
|
bar.
|
|
|
|
|
|
-.. _left_sidebar:
|
|
|
+.. _left-sidebar:
|
|
|
|
|
|
Left Sidebar
|
|
|
~~~~~~~~~~~~
|
|
@@ -55,10 +55,13 @@ and a list of tabs in the main work area:
|
|
|
:align: center
|
|
|
:class: jp-screenshot
|
|
|
|
|
|
+.. _left-sidebar-toggle:
|
|
|
+
|
|
|
The left sidebar can be collapsed or expanded by selecting "Show Left Area"
|
|
|
in the View menu or by clicking on the active sidebar tab:
|
|
|
|
|
|
-.. raw:: html
|
|
|
+
|
|
|
+.. raw:: html
|
|
|
|
|
|
<div class="jp-youtube-video">
|
|
|
<iframe src="https://www.youtube-nocookie.com/embed/PlJGecfetek?rel=0&showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
|
@@ -66,11 +69,13 @@ in the View menu or by clicking on the active sidebar tab:
|
|
|
|
|
|
JupyterLab extensions can add additional panels to the left sidebar.
|
|
|
|
|
|
-.. _main_area:
|
|
|
+.. _main-area:
|
|
|
|
|
|
Main Work Area
|
|
|
~~~~~~~~~~~~~~
|
|
|
|
|
|
+.. _main-area-vid:
|
|
|
+
|
|
|
The main work area in JupyterLab enables you to arrange documents (notebooks,
|
|
|
text files, etc.) and other activities (terminals, code consoles, etc.) into
|
|
|
panels of tabs that can be resized or subdivided. Drag a tab to the center of a
|
|
@@ -104,6 +109,8 @@ The same information is also available in the Tabs menu:
|
|
|
:align: center
|
|
|
:class: jp-screenshot
|
|
|
|
|
|
+.. _tabs-singledocument:
|
|
|
+
|
|
|
It is often useful to focus on a single document or activity without closing
|
|
|
other tabs in the main work area. Single-document mode enable this, while making
|
|
|
it simple to return to your multi-activity layout in the main work area.
|
|
@@ -121,6 +128,8 @@ area is restored.
|
|
|
Context Menus
|
|
|
~~~~~~~~~~~~~
|
|
|
|
|
|
+.. _context-menus-rightclick:
|
|
|
+
|
|
|
Many parts of JupyterLab, such as notebooks, text files, code consoles,
|
|
|
and tabs, have context menus that can be accessed by right-clicking on
|
|
|
the element:
|
|
@@ -131,6 +140,8 @@ the element:
|
|
|
<iframe src="https://www.youtube-nocookie.com/embed/y30fs6kg6fc?rel=0&showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
|
|
</div>
|
|
|
|
|
|
+.. _context-menus-shiftrightclick:
|
|
|
+
|
|
|
The browser’s native context menu can be accessed by holding down
|
|
|
``Shift`` and right-clicking:
|
|
|
|
|
@@ -145,6 +156,8 @@ The browser’s native context menu can be accessed by holding down
|
|
|
Keyboard Shortcuts
|
|
|
~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
+.. _shortcuts-settings:
|
|
|
+
|
|
|
As in the classic Notebook, you can navigate the user interface through keyboard
|
|
|
shortcuts. You can find and customize the current list of keyboard shortcuts by
|
|
|
selecting the Advanced Settings Editor item in the Settings menu, then selecting
|
|
@@ -156,9 +169,9 @@ Keyboard Shortcuts in the Settings tab.
|
|
|
<iframe src="https://www.youtube-nocookie.com/embed/rhW3kAExCik?rel=0&showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
|
|
|
</div>
|
|
|
|
|
|
-.. _editor_keymaps:
|
|
|
+.. _editor-keymaps:
|
|
|
|
|
|
-You can also customize the :ref:`text editor <file_editor>` to use vim, emacs, or Sublime Text
|
|
|
+You can also customize the :ref:`text editor <file-editor>` to use vim, emacs, or Sublime Text
|
|
|
keyboard maps by using the Text Editor Key Map submenu in the Settings
|
|
|
menu:
|
|
|
|