kuk/log-progress

Doesn't work in Jupyter Lab

Opened this issue · 2 comments

First thanks a lot for the great work, I am using log_progress in a couple of Notebooks and it improves presentations to my customers a lot.

Currently I am shifting to Jupyter Lab and as I was running my Notebooks in Lab, I recognized, that the Progress bar isn't rendered only the VBox object text representation is appearing as a result

VBox(children=(HTML(value=''), IntProgress(value=0, max=84)))

You need to enable ipythonwidgets by running
jupyter nbextension enable --py widgetsnbextension

You can read more on install guide

Duplicate of #14