3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 00:55:31 +00:00

extract jupyter template

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-06-11 11:52:42 -07:00
parent a393195f61
commit 5005fcc0e0
2 changed files with 7 additions and 5 deletions

6
scripts/test-jupyter.yml Normal file
View file

@ -0,0 +1,6 @@
# Need to install jupyter-nbconvert
# -steps
# - script: |
# jupyter-nbconvert --to notebook --execute --output out.txt examples/python/tutorial/jupyter/guide.ipynb
# jupyter-nbconvert --to notebook --execute --output out.txt examples/python/tutorial/jupyter/strategies.ipynb
# jupyter-nbconvert --to notebook --execute --output out.txt examples/python/tutorial/jupyter/advanced.ipynb