saving . . . saved Ipython interpreter does not contain matplotlib has been deleted. Ipython interpreter does not contain matplotlib has been hidden .
Ipython interpreter does not contain matplotlib
Title
Question
<span style="color: rgb(85, 85, 85); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 18px;">I downloaded and installed ipython interpreter but it does not contain matplotlib how can I get matplotlib installed where can I get ipython with matplotlib?</span>

Python Embellishing-a-plot 01-02 min 0-10 sec 17-12-13, 6:06 p.m. Velu.N

Answers:

Hi, You need to install matplotlib package separately.
You may go through the Getting Started with IPython tutorial.
Alternatively,
You may follow the instructions given in the python installation sheet available <a href="http://spoken-tutorial.org/sites/default/files/st_videos/Python/Python_Installation_Sheet_English.pdf" target="_blank" title="">here</a>.
17-12-13, 6:16 p.m. hardythe1
I am facing the same problem. and none of the links seem to be working. can you please help with this?
17-03-15, 1:10 p.m. steffy
Hi Steffy,

Depending on your OS you may download & install matplotlib from the following link:
<a href="https://pypi.python.org/pypi/matplotlib/1.4.3" target="_blank" title="Download Matplotlib">https://pypi.python.org/pypi/matplotlib/1.4.3</a>
17-03-15, 1:20 p.m. hardythe1
thank you. My OS is Ubuntu 14.04, so which one of these would I have to install?
17-03-15, 1:26 p.m. steffy
Glad to know you are using ubuntu. 
You don't need to download anything.
Just run this command from your terminal.

sudo apt-get install python-matplotlib
17-03-15, 6:11 p.m. hardythe1
hey,
I tried with the above command earlier but it gave me an error \r\nsaying : invalid operation python-matplotlib. could you suggest any \r\nother alternative?
17-03-15, 8:18 p.m. steffy
Well, that seems very unlikely. Can you do one thing, just open the terminal, type the command & send me the screen shot of the error (along with the command you typed)
17-03-15, 10:19 p.m. hardythe1
Well, that seems very unlikely. Can you do one thing, just open the terminal, type the command & send me the screen shot of the error (along with the command you typed)
17-03-15, 10:19 p.m. hardythe1
Thank you.I installed it through synaptic package manager and the problem is resolved.
17-03-15, 11:05 p.m. steffy

Login to add comment


I hope that you could install matplotlib as mentioned above.  Let me give you another solution.

If you start your system with live DVD, a complete working environment, including all dependent packages, will be available to you.  You can get a live DVD by one of the following two approaches: 
(1) <a href="http://python.fossee.in/livepythondvds" target="_blank" title="http://python.fossee.in/livepythondvds">http://python.fossee.in/livepythondvds</a> - the latest distribution is 3.1GB, but has lots of things, including SAGE 
(2) If you do not access to good bandwidth, please write to <a href="mailto:info@fossee.in" target="" title="">info@fossee.in</a> and we will gladly send you a DVD free of cost.
28-12-13, 7:33 a.m. kannan


i solved it by installing matplotlib and pip .


sudo apt-get install python-matplotlib

sudo apt-get install python-pip
11-01-18, 7:25 a.m. princeapg


You may follow the instructions given in the python installation sheet available.i did the same its working now
19-04-20, 11:36 p.m. Priskilla


Log-in to answer to this question.