Skip to content

Commit 094fef3

Browse files
authored
update RISE extension installation instructions (#7299)
1 parent fdd3660 commit 094fef3

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

docs/source/notebook_7_features.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,7 @@ However a version compatible with Notebook 7 will be available before the final
110110

111111
### RISE
112112

113-
```{warning}
114-
The RISE extension is still under active development and a version compatible with Notebook 7 is not yet available on PyPI.
115-
```
116-
117-
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.
118-
119-
The extension is still under [active development](https://github.com/jupyterlab-contrib/rise). When ready, it will be possible to install it with `pip`:
120-
121-
```bash
122-
pip install jupyterlab-rise
123-
```
113+
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).
124114

125115
## A document-centric user experience
126116

0 commit comments

Comments
 (0)