Jupyter notebook progressbar

Thursday 8 August 2019

Jupyter notebook progressbar

I have this rather handy wee piece of code I'd like to share: a Jupyter notebook Progress bar.

It basically adds a Bootstrap progressbar that can countdown (timer) or can be manually scrolled along via Python. It is Bootstrap version agnostic, because currently Jupyter notebooks run on version 3, but might change to 4, where the color is handled different.

No comments:

Post a Comment