Hi Matthias, I think there have been a handful of interacting changes in IPython and matplotlib (Jupyter is not particularly involved, as it's a kernel matter). I can't find the matplotlib changes at the moment, but here's one of the changes that was involved on the IPython side:
https://github.com/ipython/ipykernel/pull/159 Thomas On 19 February 2017 at 19:59, Matthias Geier <[email protected]> wrote: > Dear list. > > I just wanted to update my introductory matplotlib notebook > (http://nbviewer.jupyter.org/github/mgeier/python-audio/ > blob/master/plotting/matplotlib.ipynb) > for matplotlib 2.x, when I found out that apparently the behavior of > plt.show() has changed since I last consciously tried it. > > Previously, calling plt.show() (without using the %matplotlib magic > before) opened a new window containing the plot, now the plot is shown > inline in the notebook. > > I don't know if this change is related to Jupyter or to Matplotlib. > > Can someone please point me to the documentation where this behavior > is explained? > > Or probably to a pull request or something where this was discussed? > > It seems strange to me that the default here seems to be "inline", > while the default for the %matplotlib magic is having a separate plot > window and "inline" mode has to be requested explicitly. > > Anyway, I'd like to find out more details about this behavior in order > to properly represent it in my introductory notebook. > > cheers, > Matthias > > -- > You received this message because you are subscribed to the Google Groups > "Project Jupyter" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jupyter/CAFesC-e4KRW_7iFpHozNexjhxrjWV4oVkkkaSScWDg > 6bXu6tqA%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAOvn4qhLWNGzjCK8bZ_sxSRhy5ihKHOmEr1Tj0ppusEZ6wBcqQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
