Slackbot
07/26/2022, 9:06 PMBrandon Williams
07/26/2022, 9:06 PM⌃c
after it freezes, I get the following tracebackIdo (Ploomber)
Ido (Ploomber)
Ido (Ploomber)
Eduardo
Eduardo
ploomber task
Eduardo
Brandon Williams
07/26/2022, 9:50 PMploomber task
. For my own edification, why is that?
so it might happen that the kernel freezes and papermill enters in a weird statethis sounds likely. Side note: you may want to add
memory-profiler
as a dep of ploomber-engine
(I had to pip install
it separately).
Running mprof run papermill /path/to/notebook.ipynb && mprof plot
works as expected:Eduardo
Eduardo
ploomber task
and ploomber build
unless you're using the parallel executorBrandon Williams
07/26/2022, 10:00 PMIdo (Ploomber)