Using Blink AtomShell window() with Jupyter notebook

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?