kuk / log-progress

https://habr.com/ru/post/276725/
MIT License
564 stars 60 forks source link

Not working for jupyter lab? #14

Closed ajing closed 6 years ago

ajing commented 6 years ago

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

VBox(children=(HTML(value=''), IntProgress(value=0, max=2)))
mneira10 commented 6 years ago

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

jupyter labextension install @jupyter-widgets/jupyterlab-manager

https://github.com/jupyterlab/jupyterlab/issues/3925

ajing commented 6 years ago

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