Can you use ipywidgets outside Jupyter notebooks

1.3k Views Asked by At

Is there a way to write a standalone ipywidgets based GUI that doesn't rely on a hosting Jupyter notebook, i.e., that can be displayed from a regular python script?

I know about Voila and tkinter, and neither is what I want.

0

There are 0 best solutions below