diff --git a/docs/docs/index.md b/docs/docs/index.md index 26546aa6..295f2bee 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -21,9 +21,9 @@ the [Installation in Jupyterhub](#installation-in-jupyterhub) section below. the [RStudio Server Pro documentation on Jupyter Notebooks](https://docs.rstudio.com/rsp/integration/jupyter-standalone/#4-install-jupyter-notebooks-jupyterlab-and-python-packages) for instructions on installing the plugin to the right location. - Otherwise, we recommend using Jupyter within a virtual environment using -`virtualenv`. See the [Running Jupyter in a `virtualenv`](#running-jupyter-in-a-virtualenv), shown below, for instructions +`virtualenv`. See the [Running Jupyter in a virtualenv](#running-jupyter-in-a-virtualenv), shown below, for instructions on setting up a `virtualenv`, or read more at the -[`virtualenv` documentation](https://virtualenv.pypa.io/en/latest/). +[virtualenv documentation](https://virtualenv.pypa.io/en/latest/). The following commands should be run after activating the Python environment where you plan to use `jupyter`. @@ -51,7 +51,7 @@ The following commands should be run after activating the Python environment whe - In order to deploy content, you will need at least the [rsconnect-python](https://github.com/rstudio/rsconnect-python) package in every kernel you plan to deploy from. - If you run into an issue during installation, please let us know by filing a bug [here](https://github.com/rstudio/rsconnect-jupyter/issues). -### Running Jupyter in a `virtualenv` +### Running Jupyter in a virtualenv - These commands create and activate a `virtualenv` at `/my/path`: