Running an IPython/Jupyter notebook non-interactively

前端 未结 5 2142
予麋鹿
予麋鹿 2020-12-22 16:55

Does anyone know if it is possible to run an IPython/Jupyter notebook non-interactively from the command line and have the resulting .ipynb file saved with the

5条回答
  •  失恋的感觉
    2020-12-22 17:31

    To cover some features such as parallel workers, input parameters, e-mail sending or S3 input/output... you can install jupyter-runner

    pip install jupyter-runner
    

    Readme on github: https://github.com/omar-masmoudi/jupyter-runner

提交回复
热议问题