8

This problem has affected everyone I work with that updated to the currently latest versions below. This only affects ipython plots. The regular python terminal is unaffected by this issue.

Reproduction

import matplotlib.pyplot as plt
plt.plot()
# manually close the window with `x`

Attempting plt.close() also disables the three native OS X window buttons

Workaround

Us the shortcut for closing ipython and then cancel the exit

^+d
Do you really want to exit ([y]/n)? n

Versions

ipython 5.0.0
matplotlib 1.5.1 
OS X El Capitan Version 10.11.6

Related

Community
  • 1
  • 1
Alexander McFarlane
  • 10,643
  • 9
  • 59
  • 100

0 Answers0