Rephrase virtualenv suggestion (#7220)

Reworded the suggestion to install Jupyter notebook inside a virtualenv and provided motivation for doing so.
This commit is contained in:
leaen 2018-10-30 01:37:20 +11:00 committed by Franck Nijhof
parent 1e0886f518
commit 85599bec6b

View File

@ -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