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 b9d9abf commit 71dea01Copy full SHA for 71dea01
docs/getting_started/installation.rst
@@ -7,16 +7,25 @@ Requirements
7
~~~~~~~~~~~~
8
JupyterLab >= 3.0
9
10
-Install
11
-~~~~~~~
12
-
+Install with jupyter
+~~~~~~~~~~~~~~~~~~~~
13
.. code:: bash
14
15
jupyter labextension install jupyterlab-code-snippets
16
jupyter lab clean
17
jupyter lab build
+
18
+Install with pip
19
+~~~~~~~~~~~~~~~~
20
+.. code:: bash
21
22
+ pip install jupyterlab-code-snippets
23
+ jupyter lab clean
24
+ jupyter lab build
25
26
Uninstall
27
~~~~~~~~~
28
29
jupyter labextension uninstall jupyterlab-code-snippets
30
31
+pip uninstall jupyterlab-code-snippets
0 commit comments