-
Notifications
You must be signed in to change notification settings - Fork 55
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
AttributeError: 'KernelManager' object has no attribute 'cleanup' #268
Comments
As a result of this, the output file (whether it be html, notebook, pdf...) is not saved |
Can you show the full traceback and the output of |
Output of pip freeze:
I'm not sure about how to provide the reproducible example, for me it's any notebook I execute from terminal. |
nbconvert 7.2.5 depends on nbclient>=0.5.0, so I don't understand how you can have nbclient 0.3.0. |
Hi, currently investigating this issue I tried to find out how I ended up with that conflict in libraries. Seems it was a lengthy process. At a later point, the library papermill was installed from pypi. This installed newer versions of the jupyter libraries and version 0.7 of nbclient. Quite the journey! |
Hi
For some reason, executing a notebook results in a
AttributeError: 'KernelManager' object has no attribute 'cleanup'
error upon terminating execution.Happens either if the notebook terminates normally or is interrupted by any exception.
I have searched for similar issues but found no recent reports of this problem.
I am running in a tensorflow docker container
The text was updated successfully, but these errors were encountered: