-
Notifications
You must be signed in to change notification settings - Fork 431
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
Stuck in executing notebook #711
Comments
Downgrading jupyter-client to 7.3.5 worked. But seems to be dependency conflicts with other packages. Give other issues like not being able to open the output notebook (cannot read properties of undefined reading 'onDidChangeContent') any better solution here? Thank you |
This issue reproduces for me as well in Github Actions |
I had this same problem executing papermill from the cli, for me downgrading jupyter-client to 7.4.9 fixed the problem |
I saw a failure with that fix as well so I closed it. |
🐛 Bug
Launching the
execute_notebook()
gets stuck after 100% completion. Upon interrupting, looks like its waiting for something forever.I can also see that the output notebook is also saved with the results, but the method doesnt complete.
Any help is much appreciated, Thank you!
Environment:
Name: papermill
Version: 2.4.0
Name: nbclient
Version: 0.7.2
Name: nbformat
Version: 5.7.3
The text was updated successfully, but these errors were encountered: