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
e20bcc18
Commit
e20bcc18
authored
11 years ago
by
Vermaat
Browse files
Options
Downloads
Patches
Plain Diff
Add instruction for submodules
parent
4189f55b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python-intro/README
+6
-0
6 additions, 0 deletions
python-intro/README
with
6 additions
and
0 deletions
python-intro/README
+
6
−
0
View file @
e20bcc18
...
...
@@ -61,6 +61,12 @@ This will create a set of slides to be viewed in a browser:
ipython nbconvert reveal python-intro.ipynb
Make sure you have the reveal.js submodule repository initialized, otherwise
you won't have any styling and navigation in your slides:
git submodule init
git submodule update
As a reference for students, you could also create a full HTML dump:
ipython nbconvert full_html python-intro.ipynb
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