Skip to content

Commit 4a3709a

Browse files
authored
Merge pull request #30 from m-rossi/add-conda-forge
Add badge and install instructions for conda-forge
2 parents 087523f + 7963796 commit 4a3709a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/mwakaba2/jupyterlab-notifications/main?urlpath=lab/tree/tutorial/py3_demo.ipynb)
55
[![PyPI](https://img.shields.io/pypi/v/jupyterlab-notifications.svg)](https://pypi.org/project/jupyterlab-notifications)
66
[![npm](https://img.shields.io/npm/v/jupyterlab-notifications.svg)](https://www.npmjs.com/package/jupyterlab-notifications)
7+
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/jupyterlab-notifications.svg)](https://anaconda.org/conda-forge/jupyterlab-notifications)
78

89
### Notebook Cell Completion Browser Notifications for JupyterLab.
910

@@ -50,6 +51,12 @@ For JupyterLab 3.x, the extension can be installed with `pip`:
5051
pip install jupyterlab-notifications
5152
```
5253

54+
or `conda`:
55+
56+
```bash
57+
conda install -c conda-forge jupyterlab-notifications
58+
```
59+
5360
## Settings
5461

5562
Use the following settings to update cell execution time for a notification and information to display in the notification. (in `Settings > Advanced Settings Editor`):

0 commit comments

Comments
 (0)