We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de1373 commit 687e3beCopy full SHA for 687e3be
README.md
@@ -60,7 +60,7 @@ You will need to install the right `jupyter-matplotlib` version, according to th
60
For example, if you installed ipympl `0.5.1`, you need to install jupyter-matplotlib `0.7.0`, and this version is only compatible with JupyterLab `1`.
61
62
```bash
63
-const install -c conda-forge ipympl==0.5.1
+conda install -c conda-forge ipympl==0.5.1
64
jupyter labextension install @jupyter-widgets/jupyterlab-manager [email protected]
65
```
66
0 commit comments