From 0f041b65a0a9faf8634dd35cb6c217807f989d86 Mon Sep 17 00:00:00 2001 From: Nicolas Guarin-Zapata Date: Wed, 17 Jun 2020 11:22:01 -0500 Subject: [PATCH] Change "dock panel" for "main work area" In the lesson 01-run-quit.md the expression dock panel was being used once instead of main work area. --- episodes/01-run-quit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/01-run-quit.md b/episodes/01-run-quit.md index a096e7a33..0d4d2cb88 100644 --- a/episodes/01-run-quit.md +++ b/episodes/01-run-quit.md @@ -111,7 +111,7 @@ menus are included by default. * **View:** Actions that alter the appearance of JupyterLab. * **Run:** Actions for running code in different activities such as notebooks and code consoles (discussed below). * **Kernel:** Actions for managing kernels which, as mentioned above, are separate processes for running code. -* **Tabs:** A list of the open documents and activities in the dock panel. +* **Tabs:** A list of the open documents and activities in the main work area. * **Settings:** Common JupyterLab settings can be configured using this menu. There is also an *Advanced Settings Editor* option in the dropdown menu that provides more fine-grained control of JupyterLab settings and configuration options. * **Help:** A list of JupyterLab and kernel help links.