Skip to content

Commit

Permalink
Merge pull request #58 from SylvainCorlay/document-version
Browse files Browse the repository at this point in the history
Document front-end requirement
  • Loading branch information
SylvainCorlay committed Apr 25, 2020
2 parents f69978f + 7439eb7 commit ef96390
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ef96390

Please sign in to comment.