You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/notebook_7_features.md
+1-11Lines changed: 1 addition & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,17 +110,7 @@ However a version compatible with Notebook 7 will be available before the final
110
110
111
111
### RISE
112
112
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).
0 commit comments