When I run these 2 lines on Jupyter notebook:
using Blink
w = Window()
It opens a new window.
Is there any way to show this window as Jupyter output?
When I run these 2 lines on Jupyter notebook:
using Blink
w = Window()
It opens a new window.
Is there any way to show this window as Jupyter output?