I installed anaconda distro, I usualy run ipython notebook --pylab inline. I updated ipython using pip install (windows 8.1) and I don't have to write --pylab inline to start anymore
I started writing in the cell: %matplotlib nbagg or matplotlib.use['nbagg'], but when I plot something it shows this empty box:

I was expecting the interactive plotting box.
The ipython log shows:
[IPKernelApp] ERROR | No such comm: 7cfe982045bb4d0db0f14deff7258130
consolewhere you startedipython notebookfor error messages and add them to your question? This will make it easier for others with a similar problem to find your question.ipython notebook --pylab inlineis now deprecated. Instead you can write%matplotlib inlinefor static inline images, or%matplotlib notebook/``%matplotlib nbagg` for interactive plots (as you did in your question) in the first line of the notebook.