From d6acc653080339f95dc731fe4a7e7150a0670b7a Mon Sep 17 00:00:00 2001 From: lindseyberlin Date: Tue, 11 Aug 2020 09:20:01 -0500 Subject: [PATCH] Fix Markdown --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18043ba..ab34dce 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ If you don't already have a fork, you'll be redirected to your new personal copy Make sure to activate your conda virtual environment in your terminal first by typing `source activate learn-env`. Then type `jupyter notebook` in your command line and press enter. Next, your default browser will open a new window or tab and you will see the list of files that are in your current directory (*remember you want to be in the GitHub repo directory that we just downloaded*). -> **Note:** *To stop a Jupyter Notebook, go to your command line where the notebook is running and press the **control** key + the letter **c*** (**`ctrl`**+**`c`**). +> **Note:** To stop a Jupyter Notebook, go to your command line where the notebook is running and press the **control** key + the letter **c** (`ctrl`+`c`). Then click on the `index.ipynb` file which is the Jupyter Notebook we will be using in this and future labs and lessons. This will open a new tab where you will see the same content you saw in IllumiDesk on Canvas!