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

Add support for Beaker Notebook #26

@vlasenkov

Description

@vlasenkov

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions