python - install ipython notebook + matplotlib using pip -


can have concise , complete list of actions needed install ipython notebook matplotlib , dependencies using pip? (for official python version https://www.python.org.)

different answers can added python 2, python 3, various oses , combinations.

(alternatively, can provide link such list.)

pip automatically solves dependancies you, tell want install, enter following in terminal/console. if using windows not require sudo

sudo pip install ipython[notebook] matplotlib 

if have multiple versions of python installed, come own versions of pip.. pip2, pip3, pip2.6, pip2.7 etc.


Comments

Popular posts from this blog

bash - Performing variable substitution in a string -

How to group boxplot outliers in gnuplot -