Octoframes / jupyter_compare_view

Blend Between Multiple Images in JupyterLab.
https://octoframes.github.io/jupyter_compare_view/
MIT License
111 stars 11 forks source link

Idea: Second option to load widget without using cell magic #37

Closed kolibril13 closed 1 year ago

kolibril13 commented 2 years ago

This issue is no priority, just to have the idea captured somewhere:

from jupyter_compare_view import Compare # (does not yet exist)
my_compare = Compare(first_layer = img1, second_layer = img2)
display(my_compare)
kolibril13 commented 1 year ago

solved with #41