Running an IPython/Jupyter notebook non-interactively

前端 未结 5 2154
予麋鹿
予麋鹿 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:16

    Until this functionality becomes part of the core, I put together a little command-line app that does just what you want. It's called runipy and you can install it with pip install runipy. The source and readme are on github.

提交回复
热议问题