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 007cf56 commit 5fb0fb3Copy full SHA for 5fb0fb3
README.md
@@ -2,6 +2,7 @@
2
3

4
[](https://pypi.python.org/project/jupyterlab-snippets)
5
+[](https://anaconda.org/conda-forge/jupyterlab-snippets)
6
7
Snippets Extension for JupyterLab.
8
@@ -16,8 +17,21 @@ for the frontend extension.
16
17
18
## Install
19
20
+Using conda:
21
+
22
+```
23
+conda install -c conda-forge jupyterlab-snippets
24
25
26
+Using pip:
27
28
```bash
29
pip install jupyterlab-snippets
30
31
32
+Rebuild JupyterLab:
33
34
+```bash
35
jupyter lab build
36
```
37
0 commit comments