I\'m writing test visualization program based on test results. I want to run jupyter notebook via terminal and generate html page to show it to user without showing the editabl
I developed jupyter-runner (https://github.com/omar-masmoudi/jupyter-runner) which is a simple wrapper around "jupyter nbconvert".
Several notebooks can be executed, with parameters, with parallel workers, input/output located in S3 and mail sending capabilities.