Issue
When using Jupyter notebook, outputs (include error messages) from executing a cell can be useful and so I'd like to freeze the cell alone with its outputs, or in another word, to inactivate the cell in order to keep the output.
Is this doable?
Solution
Historically, such a feature has not been available in native Jupyter.
However, you might try a Jupyter extension called "Runtools" available that displays a button that should run all cells and ignore exceptions.
Answered By - pylang
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.