Skip to content

Commit

Permalink
Minor updates for 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
RoganGrant committed Nov 10, 2021
1 parent 3388ea0 commit fa0cb9d
Show file tree
Hide file tree
Showing 3 changed files with 3,847 additions and 168 deletions.
6 changes: 3 additions & 3 deletions 01_overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"Seaborn and pandas are \"libraries\" of Python. Think of them as books of instructions. If you have them available, you can call these instructions through the Python language to tell the computer how to accomplish very specialized tasks.\n",
"\n",
"<font color=\"green\">Structure of the course</font>\n",
"- Prior course on Oct 3rd: (custom study)\n",
"- Prior to class on November 22nd: (custom study)\n",
" - Download Anaconda\n",
" - Follow 02_homework.ipynb"
]
Expand All @@ -29,7 +29,7 @@
"## Download this tutorial\n",
"Github, which stores the code for this tutorial, is used (and required by some journals) to exchange computational code. However, you can not execute code on github itself, and editing code on github is difficult. \n",
"\n",
"Instead, you will need to download a copy of this code, and store it on your computer. Click the above link, https://github.com/morimotolab/systems_class, and then click on the large green button that says \"Clone or download\" and download the code as a ZIP file to your desktop. In case that after the download you only see a ZIP file on the desktop, rather than a folder containing the individual files of the code of the tutorial, you will need to uncompress the ZIP file. On many computers this will be possible by double-clicking on the ZIP file. This can also be accomplished on the (unix) command line by running: `unzip [filepath]`.\n",
"Instead, you will need to download a copy of this code, and store it on your computer. Click the above link, https://github.com/morimotolab/systems_class, and then click on the large green button that says \"Clone or download\" and download the code as a ZIP file to your desktop. In case that after the download you only see a ZIP file on the desktop, rather than a folder containing the individual files of the code of the tutorial, you will need to uncompress the ZIP file. On many computers this will be possible by double-clicking on the ZIP file. This can also be accomplished on the (unix) command line by running: `unzip [filepath]`. Note that you can also run unix commands on Windows using the [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl/install).\n",
"\n",
"\n",
"## Installing Anaconda\n",
Expand Down Expand Up @@ -77,7 +77,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
"version": "3.8.8"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit fa0cb9d

Please sign in to comment.