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.
2 parents 907edfd + 551f4f1 commit 938cc92Copy full SHA for 938cc92
README.md
@@ -4,18 +4,29 @@
4
5
A JupyterLab extension for embedding drawio / mxgraph.
6
7
-
8
9
## Requirements
10
11
* JupyterLab >= 3.0
12
13
## Install
14
+`jupyterlab-drawio` can be installed with [`mamba`](https://github.com/mamba-org/mamba):
+
15
```bash
16
-pip install jupyterlab-drawio
+mamba install -c conda-forge jupyterlab-drawio
17
+```
18
19
+With `conda`:
20
21
+```bash
22
+conda install -c conda-forge jupyterlab-drawio
23
```
24
25
+With `pip`:
26
27
28
+pip install jupyterlab-drawio
29
30
31
## Contributing
32
0 commit comments