Skip to content

Commit 00db17d

Browse files
committed
Merge branch 'master' of https://github.com/jahn96/project2
2 parents d71ad6e + 1f4a868 commit 00db17d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,15 @@ for the frontend extension.
2020
- JupyterLab >= 3.0
2121

2222
## Install
23+
2324
Install using jupyter:
25+
2426
```bash
2527
jupyter labextension install jupyterlab-code-snippets
2628
```
29+
2730
Install using pip:
31+
2832
```bash
2933
pip install jupyterlab-code-snippets
3034
```
@@ -78,7 +82,9 @@ Now every change will be built locally and bundled into JupyterLab. Be sure to r
7882
```bash
7983
jupyter labextension uninstall jupyterlab-code-snippets
8084
```
85+
8186
OR
87+
8288
```bash
8389
pip uninstall jupyterlab-code-snippets
8490
```

0 commit comments

Comments
 (0)