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

Merge branch 'pages' into 'master'

Do note execute for online slides

See merge request m.boileau/tp-gitlab-ci!3
parents 24b20f21 fc220d53
No related merge requests found
...@@ -3,8 +3,6 @@ pages: ...@@ -3,8 +3,6 @@ pages:
- pages, docker - pages, docker
image: boileaum/debian-jupyter image: boileaum/debian-jupyter
script: script:
- pip3 --no-cache-dir install bash_kernel
- python -m bash_kernel.install
- mkdir public - mkdir public
- ./make_slides.sh - ./make_slides.sh
artifacts: artifacts:
......
...@@ -5,7 +5,7 @@ set -x ...@@ -5,7 +5,7 @@ set -x
notebooks="tp-gitlab-ci.ipynb" notebooks="tp-gitlab-ci.ipynb"
revealprefix="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0" revealprefix="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0"
jupyter-nbconvert $notebooks --to slides --reveal-prefix $revealprefix --output-dir=public --execute --allow-errors jupyter-nbconvert $notebooks --to slides --reveal-prefix $revealprefix --output-dir=public
jupyter-nbconvert index.ipynb --to html --output-dir=public jupyter-nbconvert index.ipynb --to html --output-dir=public
cp *.ipynb public/ cp *.ipynb public/
cp *.png public/ cp *.png 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