From 1307123b28bbc620a198989935439ebebbef9b7b Mon Sep 17 00:00:00 2001 From: Jesse Pisel Date: Fri, 23 Jun 2023 12:53:24 -0700 Subject: [PATCH] update to conda activate from source activate --- index.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.ipynb b/index.ipynb index d4c858e..1894c0d 100644 --- a/index.ipynb +++ b/index.ipynb @@ -399,7 +399,7 @@ "id": "wpeF8TNUT_LH" }, "source": [ - "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*). " ] }, { @@ -437,7 +437,7 @@ "provenance": [] }, "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "Python 3", "language": "python", "name": "python3" }, @@ -451,7 +451,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.12" + "version": "3.8.5" } }, "nbformat": 4,