Lecture 4
Key Word(s): git, branches, merge conflicts
git
- branches
- merge conflicts
Lecture Slides and Exercises
- Lecture 4 Notebook
- Contains slides and exercises.
If you don't have experience creating slides with Jupyter notebooks, then have a look at these references:
- RISE
- Jupyter notebook extension
- Provides a new button in the toolbar to convert slides to presentation
- Requires installation
- Jupyter notebook slideshow:
- The key command is
jupyter nbconvert <notebook_name> --to slides --post serve
- The key command is