From 094fef3104133ed17666aa68ad571d905c29f568 Mon Sep 17 00:00:00 2001 From: Aidan Feldman Date: Wed, 1 May 2024 16:48:28 -0400 Subject: [PATCH] update RISE extension installation instructions (#7299) --- docs/source/notebook_7_features.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/source/notebook_7_features.md b/docs/source/notebook_7_features.md index c51697b20c..427a5a22ee 100644 --- a/docs/source/notebook_7_features.md +++ b/docs/source/notebook_7_features.md @@ -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