-
Notifications
You must be signed in to change notification settings - Fork 78
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
object Future can't be used in 'await' expression #556
Comments
Thanks for opening an issue. I have some questions, did you try to execute some code in the Notebook before getting this? |
a) Not explicitly (but I have a notebook open). Edit
After removing that cell I get another issue
=> It seems that xeus-python is not ready to be used with my exiting ipykernel notebooks. |
I also ran into possibly the same error using Jupyter Widgets (8.1.2). I have a xeus kernel with xeus-python connected to a jupyter_server. Trying to execute the following:
Results in the following error log:
In the application hosting the xeus kernel I see the following call stack
The obj.ptr is 0xcccccccccccccccc which give rise to an access violation extension |
If I try to start a Notebook with xeus-python I get following error message:
=> How to resolve this issue?
jupyterlab 3.4.7
xeus-python 0.14.3
tornado 6.2
jupyterlab_server 2.15.2
jupyter-server 1.19.0
The text was updated successfully, but these errors were encountered: