Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit b0c3fb6

Browse files
authored
Add conda-forge badge and installation instructions
1 parent 093fbc3 commit b0c3fb6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jtpio/jupyterlab-python-file/master?urlpath=lab)
44
[![PyPI](https://img.shields.io/pypi/v/jupyterlab-python-file.svg)](https://pypi.org/project/jupyterlab-python-file)
5+
[![conda-forge](https://img.shields.io/conda/vn/conda-forge/jupyterlab-python-file.svg)](https://anaconda.org/conda-forge/jupyterlab-python-file)
56
[![npm](https://img.shields.io/npm/v/jupyterlab-python-file.svg)](https://www.npmjs.com/package/jupyterlab-python-file)
67

78
Create Python Files from JupyterLab
@@ -16,12 +17,21 @@ Create Python Files from JupyterLab
1617

1718
## Installation
1819

19-
Starting from JupyterLab 3.0, the extension can be installed with `pip`:
20+
For JupyterLab 3.x, the extension can be installed with `pip`:
2021

2122
```bash
2223
pip install jupyterlab-python-file
2324
```
2425

26+
Or with `conda`:
27+
28+
```bash
29+
conda install -c conda-forge jupyterlab-python-file
30+
31+
# or with mamba
32+
mamba install jupyterlab-python-file
33+
```
34+
2535
For JupyterLab 1.x and 2.x:
2636

2737
```bash

0 commit comments

Comments
 (0)