From 85599bec6b2cb0073c506929cc327ac8945d82be Mon Sep 17 00:00:00 2001 From: leaen <2216177+leaen@users.noreply.github.com> Date: Tue, 30 Oct 2018 01:37:20 +1100 Subject: [PATCH] Rephrase virtualenv suggestion (#7220) Reworded the suggestion to install Jupyter notebook inside a virtualenv and provided motivation for doing so. --- source/_docs/ecosystem/notebooks/installation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/ecosystem/notebooks/installation.markdown b/source/_docs/ecosystem/notebooks/installation.markdown index 96997dd0650..4d3fc06b608 100644 --- a/source/_docs/ecosystem/notebooks/installation.markdown +++ b/source/_docs/ecosystem/notebooks/installation.markdown @@ -10,7 +10,7 @@ footer: true redirect_from: /ecosystem/notebooks/installation/ --- -To run Jupyter Notebooks locally, an installation of [Jupyter](http://jupyter.org/) is needed. Consider to run Jupyter in a [virtualenv](/getting-started/installation-virtualenv/). +To run Jupyter Notebooks locally, an installation of [Jupyter](http://jupyter.org/) is needed. Consider running Jupyter in a [virtualenv](/getting-started/installation-virtualenv/) in order to properly manage dependencies. ```bash $ pip3 install jupyter matplotlib