nteract/papermill

RuntimeError: Kernel didn't respond in 60 seconds

Open

#776 geöffnet am 6. Feb. 2024

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (402 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (5.381 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

🐛 Bug

Hello team, I would like some help ~~

We use papermill to execute jupyter notebook, when running papermill using subprocess multiprocessing the following error occurred.

RuntimeError (\"Kernel didn't respond in %d seconds\" % timeout)\nRuntimeError: Kernel didn't respond in 60 seconds"

RuntimeError(msg)\nRuntimeError: Kernel died before replying to kernel_info"

Relevant pageages version are jupyter-core==4.9.1, jupyter-client==7.1.2, nbconvert==7.0.0, papermill==2.3.4

Contributor Guide