Observing long running processes of Jupyter Notebook

Marco Sulla Marco.Sulla.Python at gmail.com
Thu Dec 3 11:41:57 EST 2020


On Thu, 3 Dec 2020 at 14:12, Shaozhong SHI <shishaozhong at gmail.com> wrote:
>
> We have been running Jupyter Notebook processes, which take long time to
> run.
>
> We use nbconvert to run these in commandline.  Nbconvert only writes output
> into a file at the end.
>
> We just wonder whether there is a way to observe the progress and printing
> messages when nbconvert is running.

If you're under linux, you can use `tail -f FILE` in the command line.


More information about the Python-list mailing list