I noticed that Interact.jl uses ipywidgets. I am currently trying to use the Python package chemview which relies on ipywidgets as well. While I can `@pyimport ipywidgets`, it crashes as soon as I try to actually create one:
using PyCall @pyimport ipywidgets ipywidgets.IntSlider() Looking at Interact.jl I don't understand at all how ipywidgets is used. Is this non-trivial thing and just getting a python package relying on ipywidgets to work directly via PyCall won't be possible?
