Skip to content

Commit

Permalink
Historical viz
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienlanglois committed Feb 22, 2021
1 parent 9ac902c commit ef8e9f2
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 9 deletions.
13 changes: 13 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FROM continuumio/miniconda3

ADD /binder/environment.yml /binder/environment.yml

RUN conda env create -f /binder/environment.yml
ENV PATH /opt/conda/envs/storm/bin:$PATH
RUN /bin/bash -c "source activate storm"

RUN jupyter nbextension enable --py --sys-prefix appmode
RUN jupyter serverextension enable --py --sys-prefix appmode

EXPOSE 8888
CMD ["jupyter-notebook", "--ip=0.0.0.0", "--allow-root", "--no-browser", "--NotebookApp.token=''"]
111 changes: 102 additions & 9 deletions Weather_viz_hist.ipynb

Large diffs are not rendered by default.

0 comments on commit ef8e9f2

Please sign in to comment.