|
2 | 2 |
|
3 | 3 | ## Save, reuse, and share code snippets using JupyterLab Code Snippets
|
4 | 4 |
|
5 | | - [](https://mybinder.org/v2/gh/jupytercalpoly/jupyterlab-code-snippets.git/master?urlpath=lab) [](https://badge.fury.io/js/jupyterlab-code-snippets 'View this project on npm') [](https://badge.fury.io/py/jupyterlab-code-snippets) [](https://opensource.org/licenses/BSD-3-Clause) [](https://jupyterlab-code-snippets-documentation.readthedocs.io/en/latest/?badge=latest) |
| 5 | + [](https://mybinder.org/v2/gh/jupytercalpoly/jupyterlab-code-snippets.git/master?urlpath=lab) [](https://badge.fury.io/js/jupyterlab-code-snippets 'View this project on npm') [](https://badge.fury.io/py/jupyterlab-code-snippets) [](https://anaconda.org/conda-forge/jupyterlab-code-snippets)[](https://opensource.org/licenses/BSD-3-Clause) [](https://jupyterlab-code-snippets-documentation.readthedocs.io/en/latest/?badge=latest) |
6 | 6 |
|
7 | 7 | This extension is a derivative of [Elyra](https://github.com/elyra-ai/elyra)'s original design and further developed by Jupyter Cal Poly Team.
|
8 | 8 |
|
@@ -33,6 +33,10 @@ Install using pip:
|
33 | 33 | pip install jupyterlab-code-snippets
|
34 | 34 | ```
|
35 | 35 |
|
| 36 | +```bash |
| 37 | +conda install -c conda-forge jupyterlab-code-snippets |
| 38 | +``` |
| 39 | + |
36 | 40 | ## Troubleshoot
|
37 | 41 |
|
38 | 42 | If it is installed, try:
|
|
0 commit comments