mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
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:
parent
1e0886f518
commit
85599bec6b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user