Lecture 4
Key Word(s): git, remotes, branches
git
basics- Remotes
- Branches
Lecture 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