Skip to content

Commit

Permalink
- small fix for GitHub codespaces setup
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski committed Oct 17, 2023
1 parent 7522f5f commit eb91a6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Lecture1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"Once you have Conda installed on your system, you can create a new environment with:\n",
"\n",
" conda create -n 580demo python=3.10 jupyter numpy scipy\n",
"\n",
"restart your terminal, and activate the environment with:\n",
"\n",
" conda activate 580demo\n",
"\n",
"At this point, you should be able to run `jupyter notebook` and open this notebook in your browser with it, or select the kernel `580demo` in VS Code (top-right corner) or other IDEs."
Expand Down

0 comments on commit eb91a6c

Please sign in to comment.