You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some improvements were made in #368, but MatplotlibViewers still don't render well in the IPython notebook.
IPython 3.2.0-8b0eef4 raises TypeError: show() got an unexpected keyword argument 'block'. This is potentially a bug in IPython, as pylab.show documents:
A single experimental keyword argument, block, may be
set to True or False to override the blocking behavior
described above.
Some improvements were made in #368, but
MatplotlibViewer
s still don't render well in the IPython notebook.IPython 3.2.0-8b0eef4 raises
TypeError: show() got an unexpected keyword argument 'block'
. This is potentially a bug in IPython, aspylab.show
documents:Filed ipython/ipython#8705, nonetheless, it's our problem now.
The text was updated successfully, but these errors were encountered: