async-ipython-magic icon indicating copy to clipboard operation
async-ipython-magic copied to clipboard

Any chance you can make this work modern tornado (>=6.2)

Open JohnOmernik opened this issue 2 years ago • 0 comments

I stumbled across this and I think this could be a huge step forward for many things in Jupyter. Specifically the framework to allow OTHER magic functions to operate with async io and do things like submit queries to remote servers without blocking. I want to get into understanding things, but it appears some of the ways you call IOloop are deprecated. Any chance you can take a look at things and it working with Tornado 6.2.

From there I want to start learning how things work and I will obviously share back what I do! Thank

JohnOmernik avatar Feb 18 '23 22:02 JohnOmernik