On Thu, 3 Dec 2020 at 14:12, Shaozhong SHI <shishaozh...@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. -- https://mail.python.org/mailman/listinfo/python-list