Skip to content
Snippets Groups Projects
Commit d02a5c39 authored by Andreas Bleuler's avatar Andreas Bleuler
Browse files

Auto-saving for ableuler on branch example-notebook-italy from commit 1653236b

parent decd7012
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,10 @@ RUN conda env update -q -f /tmp/environment.yml && \
conda clean -y --all && \
conda env export -n "root" && \
jupyter lab build
RUN jupyter labextension install @jupyter-voila/jupyterlab-preview && \
jupyter labextension install @jupyter-widgets/jupyterlab-manager
USER ${NB_USER}
# install the R dependencies
......
aiohttp==3.6.2
alembic==1.4.0
altair==4.0.1
ansiwrap==0.8.4
argcomplete==1.11.1
asn1crypto==0.24.0
async-generator==1.10
async-timeout==3.0.1
attrs==19.3.0
backcall==0.1.0
beautifulsoup4==4.8.2
bleach==3.1.1
blinker==1.4
certifi==2019.11.28
......@@ -13,35 +17,51 @@ cffi==1.13.2
chardet==3.0.4
Click==7.0
colorama==0.4.3
-e src/covid-19/covid_19_dashboard
conda==4.6.14
conda-build==3.18.11
conda-package-handling==1.6.0
# Editable install with no version control (covid-19-dashboard==0.1.0)
-e /code/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
entrypoints==0.3
filelock==3.0.12
future==0.18.2
gitdb==4.0.2
GitPython==3.1.0
glob2==0.7
idna==2.9
importlib-metadata==1.5.0
ipykernel==5.1.4
ipython==7.12.0
ipython-genutils==0.2.0
ipywidgets==7.5.1
jedi==0.16.0
Jinja2==2.11.1
json5==0.9.0
json5==0.9.1
jsonschema==3.2.0
jupyter-client==6.0.0
jupyter-core==4.6.3
jupyter-rsession-proxy==1.1
jupyter-server==0.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-pygments==0.1.0
jupyterlab-server==1.0.6
Mako==1.1.0
kiwisolver==1.1.0
libarchive-c==2.8
lief==0.9.0
Mako==1.1.2
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
......@@ -56,9 +76,11 @@ parso==0.6.1
pexpect==4.8.0
pickleshare==0.7.5
pipx==0.15.1.3
pkginfo==1.5.0.1
powerline-shell==0.7.0
prometheus-client==0.7.1
prompt-toolkit==3.0.3
psutil==5.6.7
ptyprocess==0.6.0
pycosat==0.6.3
pycparser==2.19
......@@ -66,6 +88,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,11 +99,13 @@ pytz==2019.3
PyYAML==5.3
pyzmq==19.0.0
requests==2.23.0
ruamel-yaml==0.15.80
ruamel-yaml==0.15.46
ruamel.yaml.clib==0.2.0
Send2Trash==1.5.0
simpervisor==0.3
six==1.14.0
smmap==3.0.1
soupsieve==1.9.5
SQLAlchemy==1.3.13
tenacity==6.1.0
terminado==0.8.3
......@@ -93,6 +118,9 @@ traitlets==4.3.3
urllib3==1.25.7
userpath==1.3.0
vega-datasets==0.8.0
voila==0.1.21
wcwidth==0.1.8
webencodings==0.5.1
widgetsnbextension==3.5.1
yarl==1.4.2
zipp==3.0.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment