-
Notifications
You must be signed in to change notification settings - Fork 366
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
Add pretty Jupyter repr of Projections #1196
Conversation
So I don't know why you need |
I'm not producing just an SVG, I actually want an SVG+repr(projection). |
There is a downside there that this probably only helps the notebook. I would guess (but don't know for sure) that other viewers like qtconsole might not support HTML (but do support say, PNG). But also note that every one implemented gets called since the viewers are independent of the kernel, so implementing all of them could be a bit heavy. |
That is entirely believable. It had crossed my mind to try inserting the |
@QuLogic - For the sake of tidying up, I suggest we merge this if you are happy with it. @dopplershift can add further feedback after the fact. |
Rationale
Replacement of #951 based on review feedback.
Adds a pretty Jupyter repr for Projection instances:
cc: @dkillick