-
Notifications
You must be signed in to change notification settings - Fork 143
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
Quick guide to images on jupyter #379
Comments
I don't use Jupyter so I've not personally put much effort into making it work well, and it looks like no one else has either. But here's what's going on:
I'm not saying this is ideal; see #173 for discussion. We can probably reconsider this by adding yet-another-AbstractArray layer, but I do have a few reservations about that until we get triangular dispatch---the dispatch already gets hairy sometimes just with |
This actually turns out to be a new consequence of JuliaLang/julia#10525 and my definition of |
Ah, there's one other thing we could do that would avoid an extra layer. The following should turn on display for any
If you want, I can add this and tag a release just for that. Or you can put this in a file that everyone loads. |
(I should say I can't test because my own |
@timholy that's actually how I do it in GLVisualize and works well for me :) |
I'm a little concerned about spatialorder in cases where users _don't_ start from an Image, but this is probably our best default until we have a more general solution.
OK, I fixed my IJulia (there must have been a conflict between the new Conda infrastructure and an old @SimonDanisch, we'll want to put the same fix into |
Students want a basic understanding of how to display images
e.g.
The following display a picture
but not
This drives people crazy
What should I tell them? or where can I point them?
The text was updated successfully, but these errors were encountered: