[IPython-dev] inline plot is not shown in notebook

Tony Cappellini cappy2112 at gmail.com
Wed Jul 29 19:22:39 EDT 2015


Message: 4
Date: Wed, 29 Jul 2015 22:28:03 +0200
From: Zolt?n V?r?s <zvoros at gmail.com>
Subject: [IPython-dev] inline plot is not shown in notebook
To: IPython Development list <ipython-dev at scipy.org>
Message-ID:
        <CAAHRMOU77-BM_qvJnVOwuTZ=7riKUV+HSfGZ2gr+dOYfzWR8Kw at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"


Run this in your first cell- above any cells with plots.
You need to do this in every notebook, or add it to one of your config
files, so that
it is done automatically.


%matplotlib inline

(alternatively %pylab inline)



More information about the IPython-dev mailing list