Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Add support for Beaker Notebook #26

Open
vlasenkov opened this issue Dec 10, 2016 · 1 comment
Open

Add support for Beaker Notebook #26

vlasenkov opened this issue Dec 10, 2016 · 1 comment

Comments

@vlasenkov
Copy link

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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants