bstriner / keras-tqdm

Keras integration with TQDM progress bars
MIT License
348 stars 41 forks source link

widgets disappear after reopening notebook in jupyterlab #25

Open tfriedel opened 6 years ago

tfriedel commented 6 years ago

If I reopen a notebook in jupyterlab (jupyterlab was restarted) instead of the progressbars I see this: Error creating widget: could not find model.

It seems there needs to be done some extra work to make extensions work with jupyterlab correctly as mentioned here: https://github.com/jupyter-widgets/ipywidgets/issues/1980