Skip to content

Commit

Permalink
Update content
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Nov 8, 2019
1 parent 3602c99 commit 78eebca
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,11 @@

![Stability Experimental][badge-stability]

To experiment with the extension in a live notebook,
To experiment with the extension in a live notebook environment,

- stable version: [![Binder (stable)][badge-binder]][binder-stable]
- latest master: [![Binder (latest)][badge-binder]][binder-master]

To install,

```bash
pip install jupyterlab-commenting-service
jupyter labextension install @jupyterlab/commenting-extension
```

This JupyterLab extension

- allows commenting on JupyterLab notebook cells and within text documents.
Expand All @@ -24,6 +17,13 @@ This JupyterLab extension

![Annotating notebook cells](https://raw.githubusercontent.com/jupyterlab/jupyterlab-commenting/master/docs/img/usage-11.gif)

## Installation

```bash
pip install jupyterlab-commenting-service
jupyter labextension install @jupyterlab/commenting-extension
```

## Usage

See the [Usage Guide](./docs/usage.md) to learn more about what features this extension offers.
Expand Down

0 comments on commit 78eebca

Please sign in to comment.