-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
Feature Request
Is your feature request related to a problem? Please describe.
I don't know if this is the correct place to report this, because I don't know how inline visualisation in jupyter works.
When I use satpy's sc.show(...), the result is displayed inline in a jupyter notebook.
When I use trollimages xrimage.show(...), a popup window appears.
The second command results in a popup window.
Describe the solution you'd like
I would like that im.show() shows the image in-line in a jupyter notebook.
Describe any changes to existing user workflow
Users may see a change in behaviour when using trollimage through a jupyter notebook.
Additional context