Skip to content

Commit

Permalink
bug fix in lecture 9 README
Browse files Browse the repository at this point in the history
  • Loading branch information
jbloom committed Oct 26, 2020
1 parent 8c0df43 commit bc4249b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/lecture09/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ After this lecture, you should be able to write Python functions:

- The content for this lecture is containing in the Jupyter notebook [lecture09.ipynb](lecture09.ipynb) located in this directory. The content from lecture 08 is duplicated here for your convenience.

- If you have difficulty performing a `git pull` to obtain the materials for this class, it is likely because you have a conflict between `lecture13.ipynb` and the version in the public GitHub repo. You can resolve this by making a copy of that notebook (naming it something different, like `my_lecture13.ipynb`) and then discarding changes to the original notebook (you can do this in the GitHub Desktop app by going to the "Changes" tab, right clicking on this notebook, and selecting "Discard changes"). You should then be able to pull without issue.
- If you have difficulty performing a `git pull` to obtain the materials for this class, it is likely because you have a conflict between `lecture09.ipynb` and the version in the public GitHub repo. You can resolve this by making a copy of that notebook (naming it something different, like `my_lecture09.ipynb`) and then discarding changes to the original notebook (you can do this in the GitHub Desktop app by going to the "Changes" tab, right clicking on this notebook, and selecting "Discard changes"). You should then be able to pull without issue.

- Please also install [plotnine](https://plotnine.readthedocs.io/) prior to class by opening Terminal (Mac) or Anaconda Prompt (Windows) and executing the following code: `conda install -c conda-forge plotnine` . Alternatively (on either platform), open Anaconda Navigator, go to "Environments" and click "not installed". Search for plotnine and click the box to install.

0 comments on commit bc4249b

Please sign in to comment.