Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
numpy-atoz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SSEC Developers
numpy-atoz
Commits
df43a871
Commit
df43a871
authored
5 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Add slideshow notebook
parent
cbe2c7e0
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+5
-0
5 additions, 0 deletions
.gitignore
README.md
+20
-0
20 additions, 0 deletions
README.md
slideshow.ipynb
+2930
-0
2930 additions, 0 deletions
slideshow.ipynb
with
2955 additions
and
0 deletions
.gitignore
0 → 100644
+
5
−
0
View file @
df43a871
test.npy
test_binary.dat
test_multiple.npz
slideshow.slides.html
.ipynb_checkpoints
This diff is collapsed.
Click to expand it.
README.md
+
20
−
0
View file @
df43a871
...
...
@@ -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.
Click to expand it.
slideshow.ipynb
0 → 100644
+
2930
−
0
View file @
df43a871
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment