Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MatplotlibViewer still has problems in IPython notebook #443

Closed
guyer opened this issue Aug 9, 2015 · 1 comment
Closed

MatplotlibViewer still has problems in IPython notebook #443

guyer opened this issue Aug 9, 2015 · 1 comment

Comments

@guyer
Copy link
Member

guyer commented Aug 9, 2015

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.

Filed ipython/ipython#8705, nonetheless, it's our problem now.

@guyer
Copy link
Member Author

guyer commented Aug 9, 2015

Beyond this, it's clumsy to have to clear_output() and display(), but only when in the notebook. plot() should just work.

guyer added a commit that referenced this issue Aug 9, 2015
Test for `inline` backend in the IPython notebook and render appropriately.

Addresses #443
guyer added a commit to guyer/fipy that referenced this issue Aug 12, 2015
Test for `inline` backend in the IPython notebook and render appropriately.

Addresses usnistgov#443
tkphd added a commit that referenced this issue Aug 12, 2015
…_in_IPython_notebook-rebase' of github:guyer/fipy into guyer-issue443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant