noamraph / tqdm

Add a progress meter to your loops in a second
MIT License
2.78k stars 101 forks source link

Add support for Beaker Notebook #26

Open vlasenkov opened 7 years ago

vlasenkov commented 7 years ago

I'm trying to use TQDM in Beaker Notebook.

from tqdm import tqdm_notebook
import time
for i in tqdm_notebook(range(10)):
    time.sleep(1)

Produces:

Widget Javascript not detected.  It may not be installed properly. Did you enable the widgetsnbextension? If not, then run "jupyter nbextension enable --py --sys-prefix widgetsnbextension"

At the same time it's ok in Jupyter. Would be great to add support for Beaker.

casperdcl commented 6 years ago

@vlasenkov the real maintained repo is at https://github.com/tqdm/tqdm.