Skip to content

Commit

Permalink
update RISE extension installation instructions (#7299)
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed May 1, 2024
1 parent fdd3660 commit 094fef3
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions docs/source/notebook_7_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,17 +110,7 @@ However a version compatible with Notebook 7 will be available before the final

### RISE

```{warning}
The RISE extension is still under active development and a version compatible with Notebook 7 is not yet available on PyPI.
```

The RISE extension is another popular JupyterLab extension that is being ported to work with Notebook 7. It allows you to turn your Jupyter Notebooks into a slideshow.

The extension is still under [active development](https://github.com/jupyterlab-contrib/rise). When ready, it will be possible to install it with `pip`:

```bash
pip install jupyterlab-rise
```
The RISE extension is another popular JupyterLab extension that has been ported to work with Notebook 7. It allows you to turn your Jupyter Notebooks into a slideshow. See the [installation instructions](https://github.com/jupyterlab-contrib/rise#install).

## A document-centric user experience

Expand Down

0 comments on commit 094fef3

Please sign in to comment.