diff --git a/doc/index.rst b/doc/index.rst index 9addd21..37090f7 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -9,12 +9,11 @@ Disclaimer Please be aware that the extension built from this repo is not compatible with JupyterLab and must be used with the classic notebook. -JupyterLab users are encouraged to use the RISE JupyterLab extension instead -```bash -pip install jupyterlab-rise -``` +JupyterLab and Notebook 7 users are encouraged to use the RISE JupyterLab extension instead: -see also the github repo here +:code:`pip install jupyterlab-rise` + +see also the github repo here https://github.com/jupyterlab-contrib/rise What is RISE? ------------- diff --git a/doc/usage.md b/doc/usage.md index 5213574..c27ece2 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -123,9 +123,7 @@ You should press the `t` key to open the speaker notes view. Please be aware that the extension built from this repo is not compatible with JupyterLab and must be used with the classic notebook. -JupyterLab users are encouraged to use the RISE JupyterLab extension instead -```bash -pip install jupyterlab-rise -``` +JupyterLab and Notebook 7 users are encouraged to use the RISE JupyterLab extension instead with +`pip install jupyterlab-rise` -see also the github repo here +see also the github repo at