Skip to content
Snippets Groups Projects
Commit ffe909d2 authored by Matthieu Boileau's avatar Matthieu Boileau
Browse files

Correct make_slides.sh

parent 6e1653e3
Branches
Tags
No related merge requests found
......@@ -5,3 +5,4 @@
__pycache__/
*.so
*.e
public/
make_slides.sh 100644 → 100755
......@@ -3,6 +3,6 @@
set -x
notebooks="tp-gitlab-ci.ipynb"
jupyter-nbconvert $notebooks --to slides --reveal-prefix $revealprefix --output-dir=public
jupyter-nbconvert $notebooks --to slides --output-dir=public
jupyter-nbconvert index.ipynb --to html --output-dir=public
cp *.ipynb public/
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment