Skip to content

Commit

Permalink
Prepare first release for Lab 4 (#42)
Browse files Browse the repository at this point in the history
* Remove pre-release.yml workflow

* Update README for JupyterLab <3
  • Loading branch information
fcollonval authored Aug 1, 2023
1 parent b04fe8b commit 03205e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 43 deletions.
43 changes: 0 additions & 43 deletions .github/workflows/pre-release.yml

This file was deleted.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ To install the extension, execute:
pip install jupyterlab_rise
```

For JupyterLab 3.x, install version prior to 0.40.0:

```bash
pip install "jupyterlab_rise<0.40.0"
```

## Uninstall

To remove the extension, execute:
Expand Down

0 comments on commit 03205e8

Please sign in to comment.