Add examples for Italian data
squashed commits: renku dataset: updated 3 files and deleted 0 files renku dataset update covid-19-italy Install voila and its dependencies Install matplotlib Add example notebook and example dashboard for Italian data
Showing
- Dockerfile 6 additions, 0 deletionsDockerfile
- notebooks/examples/italy-examples/italy-dashboard-example.ipynb 174 additions, 0 deletions...oks/examples/italy-examples/italy-dashboard-example.ipynb
- notebooks/examples/italy-examples/italy-notebook-example.ipynb 571 additions, 0 deletions...ooks/examples/italy-examples/italy-notebook-example.ipynb
- notebooks/examples/italy-examples/italy_utils.py 46 additions, 0 deletionsnotebooks/examples/italy-examples/italy_utils.py
- requirements.txt 12 additions, 1 deletionrequirements.txt
aiohttp==3.6.2 | ||
alembic==1.4.0 | ||
altair==4.0.1 | ||
ansiwrap==0.8.4 | ||
appnope==0.1.0 | ||
argcomplete==1.11.1 | ||
async-generator==1.10 | ||
async-timeout==3.0.1 | ||
attrs==19.3.0 | ||
backcall==0.1.0 | ||
bleach==3.1.1 | ||
... | ... | @@ -15,6 +18,7 @@ Click==7.0 |
colorama==0.4.3 | ||
-e src/covid-19/covid_19_dashboard | ||
cryptography==2.8 | ||
cycler==0.10.0 | ||
decorator==4.4.1 | ||
defusedxml==0.6.0 | ||
distro==1.4.0 | ||
... | ... | @@ -34,14 +38,18 @@ jsonschema==3.2.0 |
jupyter-client==6.0.0 | ||
jupyter-core==4.6.3 | ||
jupyter-rsession-proxy==1.1 | ||
jupyter-server-proxy==1.2.0 | ||
jupyter-telemetry==0.0.5 | ||
jupyterhub==0.9.6 | ||
jupyterlab==1.2.5 | ||
jupyterlab-git==0.9.0 | ||
jupyterlab-server==1.0.6 | ||
kiwisolver==1.1.0 | ||
Mako==1.1.0 | ||
MarkupSafe==1.1.1 | ||
matplotlib==3.2.1 | ||
mistune==0.8.4 | ||
multidict==4.7.5 | ||
nbconvert==5.6.1 | ||
nbdime==1.1.0 | ||
nbformat==5.0.4 | ||
... | ... | @@ -66,6 +74,7 @@ pycurl==7.43.0.5 |
Pygments==2.5.2 | ||
PyJWT==1.7.1 | ||
pyOpenSSL==19.1.0 | ||
pyparsing==2.4.6 | ||
pyrsistent==0.15.7 | ||
PySocks==1.7.1 | ||
python-dateutil==2.8.1 | ||
... | ... | @@ -76,9 +85,10 @@ pytz==2019.3 |
PyYAML==5.3 | ||
pyzmq==19.0.0 | ||
requests==2.23.0 | ||
ruamel-yaml==0.15.80 | ||
ruamel.yaml==0.15.80 | ||
ruamel.yaml.clib==0.2.0 | ||
Send2Trash==1.5.0 | ||
simpervisor==0.3 | ||
six==1.14.0 | ||
smmap==3.0.1 | ||
SQLAlchemy==1.3.13 | ||
... | ... | @@ -95,4 +105,5 @@ userpath==1.3.0 |
vega-datasets==0.8.0 | ||
wcwidth==0.1.8 | ||
webencodings==0.5.1 | ||
yarl==1.4.2 | ||
zipp==3.0.0 |
Please register or sign in to comment