You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, we have a Jupyter notebook that runs just fine under papermill on RHEL 7. However in RHEL 8, the notebook does not execute any cells before throwing a KeyboardInterrupt error.
As you know a KeyboardInterrupt exception implies human interruption of a process. But in this case, there is not human interruption.
I would provide a stack trace but company confidentiality agreements prohibit that.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, we have a Jupyter notebook that runs just fine under papermill on RHEL 7. However in RHEL 8, the notebook does not execute any cells before throwing a
KeyboardInterrupt
error.As you know a
KeyboardInterrupt
exception implies human interruption of a process. But in this case, there is not human interruption.I would provide a stack trace but company confidentiality agreements prohibit that.
We are using papermill 2.4.0 on Python 3.9.
Beta Was this translation helpful? Give feedback.
All reactions