Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Programming course
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
courses
Programming course
Commits
38787447
Commit
38787447
authored
11 years ago
by
Vermaat
Browse files
Options
Downloads
Patches
Plain Diff
Update README
parent
99662d3f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+19
-1
19 additions, 1 deletion
README.md
with
19 additions
and
1 deletion
README.md
+
19
−
1
View file @
38787447
...
@@ -58,4 +58,22 @@ example:
...
@@ -58,4 +58,22 @@ example:
ipython nbconvert --to slides --post serve numpy.ipynb
ipython nbconvert --to slides --post serve numpy.ipynb
This will open the slides in a new browser window.
This will open the slides in a new browser window. If you don't want that, add
this argument:
--ServePostProcessor.open_in_browser=False
By default, the reveal.js library is loaded over the internet from a CDN. I
think it's usually not a good idea to rely on internet connectivity for your
slides, so you can also place a copy of reveal.js on your local computer and
specify the location like this:
--RevealHelpTransformer.url_prefix=reveal.js
This would look for the reveal.js library in the reveal.js directory. You can
download reveal.js by cloning its GitHub repository:
git clone https://github.com/hakimel/reveal.js.git
Also, if you just want to compile the slides to HTML without serving them to
your browser, leave out the
`--post serve`
argument.
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