From 49aa00d69cf49a0f54b0379110891d61967a2e98 Mon Sep 17 00:00:00 2001 From: Jesse Pisel Date: Fri, 23 Jun 2023 12:55:32 -0700 Subject: [PATCH] update source activate to conda activate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7096a9..3b6bf59 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ If you don't already have a fork, you'll be redirected to your new personal copy ## Starting the Jupyter Notebook -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*). +Make sure to activate your conda virtual environment in your terminal first by typing `conda 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`).