Skip to content

Commit

Permalink
Update README installation and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Aug 29, 2024
1 parent 7d989c4 commit 699a928
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# JupyterLab DataLogs

[![PyPI Latest Release](https://img.shields.io/pypi/v/jupyterlab-datalogs)](https://pypi.org/project/jupyterlab-datalogs/)
[![PyPI Python Versions](https://img.shields.io/pypi/pyversions/jupyterlab-datalogs)](https://pypi.org/project/jupyterlab-datalogs/)
[![License](https://img.shields.io/pypi/l/jupyterlab-datalogs)](https://github.com/PainterQubits/jupyterlab-datalogs/blob/main/LICENSE)
[![CI](https://github.com/PainterQubits/jupyterlab-datalogs/actions/workflows/ci.yml/badge.svg)](https://github.com/PainterQubits/jupyterlab-datalogs/actions/workflows/ci.yml)

JupyterLab extension for DataLogs.

## Installation

Install the latest version of JupyterLab DataLogs using pip:

```
pip install -U jupyterlab-datalogs --extra-index-url https://painterqubits.github.io/jupyterlab-datalogs/releases
pip install -U jupyterlab-datalogs
```

This extension should run alongside
Expand All @@ -19,7 +24,7 @@ a set of recommended JupyterLab plugins (included with the `plugins` extra).
To automatically install with all of these extras, use the `all` extra:

```
pip install -U "jupyterlab-datalogs[all]" --extra-index-url https://painterqubits.github.io/jupyterlab-datalogs/releases
pip install -U "jupyterlab-datalogs[all]"
```

While the Real-Time Collaboration extension is included in the `plugins` extra for
Expand Down

0 comments on commit 699a928

Please sign in to comment.