Skip to content
Snippets Groups Projects
Commit df43a871 authored by David Hoese's avatar David Hoese
Browse files

Add slideshow notebook

parent cbe2c7e0
No related branches found
No related tags found
No related merge requests found
test.npy
test_binary.dat
test_multiple.npz
slideshow.slides.html
.ipynb_checkpoints
......@@ -4,6 +4,11 @@ This repository provides Jupyter Notebooks and other information to provide
an overview of the NumPy python library. The information covers concepts for
beginners like why you should use NumPy to advanced concepts and usages.
This was first presented at the SSEC Programmer Brown Bag on
September 9th, 2019.
## Install
To use these lessons interactively:
1. Clone the repository.
......@@ -13,3 +18,18 @@ To use these lessons interactively:
notebooks in this repository one at a time and step through the
instructions.
## Create Slideshow
The notebook `slideshow.ipynb` is formatted specially to be presentable
as a series of slide shows. This use the jupyter `nbconvert` tool to
generate a `reveal.js` presentation. These presentations, once started,
have one or more slides that can be traversed using the right (next) and
left (previous) arrow keys. Slides may also include "subslides" which
can be accessed using the up/down arrow keys. Use `Esc` to see an overview
of the entire presentation.
To convert the notebook to a slideshow presentation and serve it immediately:
```bash
jupyter nbconvert slideshow.ipynb --to slides --post serve
```
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment