From 1364e902a5583241911fa85f65b06e37fb2f42e7 Mon Sep 17 00:00:00 2001 From: KateFinegan <95366190+KateFinegan@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:42:23 -0600 Subject: [PATCH] README LE --- jupyter-lab-files/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jupyter-lab-files/README.md b/jupyter-lab-files/README.md index 9e617b7372..1462755f5c 100644 --- a/jupyter-lab-files/README.md +++ b/jupyter-lab-files/README.md @@ -2,12 +2,12 @@ This folder contains completed notebooks and other files used in the Real Python tutorial on [using JupyterLab](https://realpython.com/using-jupyterlab/). -None of the files are mandatory to complete the tutorial, however, you may find them of use to continue your learning by experimenting more with them. +None of the files are mandatory to complete the tutorial. However, you may find them of use to continue your learning by experimenting more with them. ## Setup -The easiest way to incorporate these files into JupyterLab is to copy them into their own `Samples/` folder as instructed in the tutorial. They can then be accessed from its _File Browser_ when needed. +The easiest way to incorporate these files into JupyterLab is to copy them into their own `Samples/` folder as instructed in the tutorial. You can then access them from JupyterLab's _file browser_ when needed. ## Usage -After creating and activating your virtual environment, installing the dependencies, and starting the JupyterLab server, you can load any file by double-clicking on it from the _File Browser_ in JupyterLab. +After creating and activating your virtual environment, installing the dependencies, and starting the JupyterLab server, you can load any file by double-clicking on it from the _file browser_ in JupyterLab.