How to determine if a Notebook has cell errors
Open
- Dominant language
- Jupyter Notebook
- Stars
- 13.3k
- Forks
- 5.8k
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 7
Description
I am writing a New Relic Synthetic which opens and runs a Notebook. I block until Jupyter.notebook.kernel_busy is false. Now I need to know if the notebook completed successfully with NO errors in any cells. Is there such a boolean or status or event or ??? I can monitor to determine success?
Contributor guide
Research direction
Start with the Jupyter.notebook.kernel_busy API mentioned in the issue and trace how notebook cell execution reports errors or completion. Determine whether an existing status, event, or boolean can reliably indicate that all cells succeeded; done means documenting or defining a clear success signal for this automation use case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100