-
Notifications
You must be signed in to change notification settings - Fork 5
/
run.sh
executable file
·17 lines (14 loc) · 1.13 KB
/
run.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
set -eux
jupyter nbconvert --execute --to=html --template=./html/zazuko notebooks/zefix/zefix.ipynb
jupyter nbconvert --execute --to=html --template=./html/zazuko notebooks/animal_disease/epidemics.ipynb
jupyter nbconvert --execute --to=html --template=./html/zazuko notebooks/statistics_zurich/population.ipynb
jupyter nbconvert --execute --to=html --template=./html/zazuko notebooks/statistics_zurich/economy.ipynb
jupyter nbconvert --execute --to=html --template=./html/zazuko notebooks/statistics_zurich/real_estate.ipynb
jupyter nbconvert --execute --to=html --template=./html/zazuko notebooks/statistics_zurich/data_model.ipynb
jupyter nbconvert --execute --to=html --template=./html/zazuko notebooks/electricity_prices/electricity_prices.ipynb
jupyter nbconvert --execute --to=html --template=./html/zazuko notebooks/electricity_prices/tariffs_increase.ipynb
jupyter nbconvert --execute --to=html --template=./html/zazuko notebooks/politics/parliament_members.ipynb
jupyter nbconvert --execute --to=html --template=./html/zazuko notebooks/politics/parliament_commissions.ipynb
mv notebooks/**/*.html html/
rsync -avr notebooks/img html/