Skip to content

Commit

Permalink
jupyter: update to pavics/workflow-tests:200309 to add regionmask and…
Browse files Browse the repository at this point in the history
… salem for Era5 Raven notebooks

See PR Ouranosinc/PAVICS-e2e-workflow-tests#36
or commit
Ouranosinc/PAVICS-e2e-workflow-tests@f916bea

jupyter_bokeh (the extension, not the package) was removed due to this issue bokeh/jupyter_bokeh#93

Era5 Raven notebook PR: Ouranosinc/raven#200

Noticeable  rather large Jupyter env changes:

```diff
<   - birdy=v0.6.5=py_0
>   - birdy=v0.6.6=py_0

<   - bokeh=1.4.0=py36_0
>     - bokeh==2.0.0  # from pip recursive dependencies (we get newer version by not explicitly get from conda !)

<   - esgf-compute-api=2.2.1=py_2
>   - esgf-compute-api=2.2.3=py_0

<   - jupyterlab=1.2.5=py_0
>   - jupyterlab=2.0.1=py_0

<   - owslib=0.19.0=py_2
>   - owslib=0.19.1=py_0

<   - pandas=0.25.3=py36hb3f55d8_0
>   - pandas=1.0.1=py37hb3f55d8_0

<   - python=3.6.7=h357f687_1006
>   - python=3.7.6=h357f687_4_cpython

>   - regionmask=0.5.0=py_1

<   - xarray=0.14.1=py_1
>   - xarray=0.15.0=py_0

<     - dask==2.9.2
>     - dask==2.12.0

>     - salem==0.2.4

<     - xclim==0.13.0
>     - xclim==0.14.0
```

Full conda env export Diff:
[200120-200309-conda-env-export.diff.txt](https://github.com/Ouranosinc/PAVICS-e2e-workflow-tests/files/4309639/200120-200309-conda-env-export.diff.txt)

Full new conda env export:
[200309-conda-env-export.yml.txt](https://github.com/Ouranosinc/PAVICS-e2e-workflow-tests/files/4309640/200309-conda-env-export.yml.txt)
  • Loading branch information
tlvu committed Mar 10, 2020
1 parent 3003f88 commit f681141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion birdhouse/common.env
@@ -1,7 +1,7 @@
# All env this common.env can be overridden by env.local.

# Jupyter single-user server image
export DOCKER_NOTEBOOK_IMAGE="pavics/workflow-tests:200120"
export DOCKER_NOTEBOOK_IMAGE="pavics/workflow-tests:200309"

# Folder on the host to persist Jupyter user data (noteboooks, HOME settings)
export JUPYTERHUB_USER_DATA_DIR="/data/jupyterhub_user_data"
Expand Down

0 comments on commit f681141

Please sign in to comment.