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 d71ad6e + 1f4a868 commit 00db17dCopy full SHA for 00db17d
README.md
@@ -20,11 +20,15 @@ for the frontend extension.
20
- JupyterLab >= 3.0
21
22
## Install
23
+
24
Install using jupyter:
25
26
```bash
27
jupyter labextension install jupyterlab-code-snippets
28
```
29
30
Install using pip:
31
32
33
pip install jupyterlab-code-snippets
34
@@ -78,7 +82,9 @@ Now every change will be built locally and bundled into JupyterLab. Be sure to r
78
82
79
83
jupyter labextension uninstall jupyterlab-code-snippets
80
84
85
81
86
OR
87
88
89
pip uninstall jupyterlab-code-snippets
90
0 commit comments