Skip to content

Commit

Permalink
Fix JupyterLab 2 and use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jan 20, 2021
1 parent ac0a7c3 commit 168cff7
Show file tree
Hide file tree
Showing 5 changed files with 3,079 additions and 12,613 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ pip install ipympl

If you want to use ipympl in JupyterLab, we recommend using JupyterLab >= 3.

If you use JupyterLab 2, you still need to install the labextension manually:

```bash
conda install -c conda-forge nodejs
jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter-matplotlib
```

#### Install an old JupyterLab extension

If you are using JupyterLab 1 or 2, you will need to install the right `jupyter-matplotlib` version, according to the `ipympl` and `jupyterlab` versions you installed.
Expand Down
Loading

0 comments on commit 168cff7

Please sign in to comment.