Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jupyter notebook cell instruction after asyncio.run is not executing with 6.28.0v of ipykernel #1190

Open
Manisha28696 opened this issue Jan 12, 2024 · 4 comments

Comments

@Manisha28696
Copy link

With the latest version of ipykernel 6.28.0v, jupyter notebook cell after the asyncio.run() is not completing its execution.
I'm running it on Windows and ProactorEventLoop was enabled on Windows for ipykernel here in the latest version.

The Python version I'm using is 3.9.2 and
Package Version


matplotlib-inline 0.1.6
psutil 5.9.7
nest-asyncio 1.5.8
tornado 6.4
traitlets 5.14.1
packaging 23.2
jupyter_core 5.7.1
ipython 8.18.1
comm 0.2.1
debugpy 1.8.0
jupyter_client 8.6.0
pyzmq 25.1.2
qtconsole 5.5.1
jupyter 1.0.0
jupyter-console 6.6.3
jupyterlab 4.0.10

Can someone please help me out here?

@blink1073
Copy link
Member

Hi @Manisha28696, does it work if you specify ipykernel==6.27.1?

@Manisha28696
Copy link
Author

@blink1073, yes it works with ipykernel==6.27.1

@blink1073
Copy link
Member

Thanks for confirming, I'll revert (#1194) and make a release tomorrow.

@Manisha28696
Copy link
Author

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants