Skip to content

tools: Add lisa-execute-notebook

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr394 into master

Execute a given notebook like a regular script using jupyter nbconvert and ipython. Separate use of IPython is necessary since jupyter nbconvert --execute is not able to print the output on its stdout like a regular script would.

Merge request reports