-
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
How to reuse exsisting kernel? #238
Comments
@davidbrochart thanks for looking into this! I've installed
and run the script and got the same error:
is the additional check in the code in the correct place? |
You should install the
|
@davidbrochart thank you! It is working! Thank you! :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I would like to create a kernel that can be reused between executions. For example I have two notebooks (each with only one code cell):
notebook-1.ipynb
notebook-2.ipynb
I would like to have one kernel that first will execute
notebook-1.ipynb
and then will executenotebook-2.ipynb
.What I'm currently trying:
I got an error:
How to reuse existing kernel with
nbclient
?The text was updated successfully, but these errors were encountered: