-
Notifications
You must be signed in to change notification settings - Fork 569
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
How to share kernel with nbconvert
Python API
#1802
Comments
When I run the above code I got the error:
From what I've checked in the code in nbconvert/nbconvert/preprocessors/execute.py Lines 85 to 89 in 7a703b9
@davidbrochart is it the problem with |
Yes, I forgot to do the same change in nbclient's blocking |
@davidbrochart thank you! |
Closing the issue. After @davidbrochart fix and |
Hi!
I would like to start a kernel with Kernel Manager and share it between nbconvert executions. Below is the code that creates two notebooks (one with variable definition, and one with variable print). I would like to execute the first notebook and then the second in the same kernel with the
ExecutePreprocessor
API. Is it possible?I've asked similar question on
nbclient
repo: jupyter/nbclient#238The text was updated successfully, but these errors were encountered: