From d81e226f3b869fd4be0c9b1e3beabb3df2c22454 Mon Sep 17 00:00:00 2001 From: Chris Land Date: Fri, 24 Jan 2020 08:45:56 -0800 Subject: [PATCH] Set explicit version for matplotlib widget See https://github.com/matplotlib/jupyter-matplotlib/issues/130\#issuecomment-567931502 --- binder/postBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binder/postBuild b/binder/postBuild index 9d8df82..4451ee5 100644 --- a/binder/postBuild +++ b/binder/postBuild @@ -2,9 +2,9 @@ set -euo pipefail # labextensions -jupyter labextension install @jupyter-widgets/jupyterlab-manager \ +jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.1.0 \ @jupyterlab/geojson-extension \ @pyviz/jupyterlab_pyviz \ - jupyter-matplotlib \ + jupyter-matplotlib@0.5.0 \ jupyter-leaflet \ dask-labextension