Skip to content

Commit

Permalink
update to conda activate from source activate
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepisel committed Jun 23, 2023
1 parent 67d6498 commit 1307123
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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*). "
]
},
{
Expand Down Expand Up @@ -437,7 +437,7 @@
"provenance": []
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -451,7 +451,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
"version": "3.8.5"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 1307123

Please sign in to comment.