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
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>.
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>.
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:
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.
i solved it by installing matplotlib and pip .
sudo apt-get install python-matplotlib
sudo apt-get install python-pip
You may follow the instructions given in the python installation sheet available.i did the same its working now
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?
Login to add comment