From 7439eb7e67c0c87afa4d52a427f6288b73d2ba91 Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Sat, 25 Apr 2020 10:58:01 +0200 Subject: [PATCH] Document front-end requirement --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef85616..da1a5da 100644 --- a/README.md +++ b/README.md @@ -38,14 +38,14 @@ or JupyterLab. ``` conda install widgetsnbextension -c conda-forge -conda install bqplot -c conda-forge +conda install bqplot>=0.11.4,<0.12 -c conda-forge ``` - Installing the JupyterLab extension ``` jupyter labextension install @jupyter-widgets/jupyterlab-manager -jupyter labextension install bqplot +jupyter labextension install bqplot@^0.4.3 ``` Or you can directly install it from the sources if you have all the @@ -90,6 +90,13 @@ All the dependencies of xplot are available for the conda package manager. | 0.9.2 | ~0.13.1 | >=0.14.1,<0.15 | | 0.9.1 | ~0.13.1 | >=0.14.1,<0.15 | +## Front-end dependency on the bqplot npm package + +| `xplot` | `bqplot npm package (bqplot python package)` | +|---------|----------------------------------------------| +| master | ^0.4.3 (^0.11.4) | +| 0.15.0 | ^0.4.3 (^0.11.4) | + ## License We use a shared copyright model that enables all contributors to maintain the