kuk/log-progress

Not working for jupyter lab?

Closed this issue · 2 comments

ajing commented

When I run the code in jupyter lab. I got this print out:

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

You can fix the issue by installing the widgets with the jupyterlab extension:

jupyter labextension install @jupyter-widgets/jupyterlab-manager

jupyterlab/jupyterlab#3925

ajing commented

@mneira10 Thanks! I was having some problem with that solution. But after I do jupyter lab clean and then the solution works.