Octoframes/jupyter_compare_view

Idea: Second option to load widget without using cell magic

kolibril13 opened this issue · 1 comments

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)

solved with #41