-
Notifications
You must be signed in to change notification settings - Fork 3
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
Notebook Key Interrupted Error #7
Comments
Hi, I have the same issue. Has anyone found a fix for it yet? For more information when I run the rendered notebook it works fine, its only during the metaflow card execution that i receive a |
I solved this by running runs with the papermill library. Metaflow also uses this in the background, but it timeouts. Since I couldn't find timeout parameter, I ignored metaflow for now. |
Thanks for the information. Can you describe to me a bit more? How do you use the papermill library? Are you still including your notebooks in the metaflow UI or did you abandon metaflow completely? |
you can set |
Hello
This is my simple flow
I want to run my notebook first 5-6 cell work correctly
But last few cell always get KeyboardInterrupt: error
My flow dont throw any exception
But when i enter [_rendered_1679995435861952_end_2_model_examle.ipynb] i saw the error
What could be wrong here
Flow Output
My Flow
The text was updated successfully, but these errors were encountered: