How export a Jupyter notebook to HTML from the command line?

后端 未结 3 926
天涯浪人
天涯浪人 2021-02-01 07:52

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

3条回答
  •  天命终不由人
    2021-02-01 08:04

    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.

提交回复
热议问题