Skip to content

jupyter lab: does not render progressbar #1310

@wookayin

Description

@wookayin
  • I have marked all applicable categories:
    • exception-raising bug
    • visual output bug
  • I have visited the source website, and in particular read the known issues
  • I have searched through the issue tracker for duplicates
  • I have mentioned version numbers, operating system and
    environment, where applicable:
    import tqdm, sys
    print(tqdm.__version__, sys.version, sys.platform)
    
    4.63.0       3.9.7 | packaged by conda-forge          darwin

Bug

From some point in my environments, I was seeing tqdm.notebook renders like a JSON rather than a HTML widget or progress bar. It happens in a jupyter lab -- jupyter notebook is fine.

image

I suspect this is due to some combination of other plugins and extensions, but I cannot easily find why so that's why I file this issue to keep track of my troubleshooting.

Environment information:

tqdm 4.63.0
ipywidgets==8.0.0a
widgetsnbextension==4.0.0rc0

jupyter-client==7.1.2
jupyter-core==4.9.1
jupyter-lsp==1.5.1
jupyter-server==1.13.5
jupyterlab==3.3.2
jupyterlab-lsp==3.10.0
jupyterlab-pygments==0.1.2
jupyterlab-server==2.10.3
jupyterlab-widgets==3.0.0rc0


$ jupyter labextension list
JupyterLab v3.3.2
/Users/wookayin/.miniforge3/share/jupyter/labextensions
        @pyviz/jupyterlab_pyviz v2.1.0 enabled OK (python, pyviz_comms)
        @krassowski/jupyterlab-lsp v3.10.0 enabled OK (python, jupyterlab-lsp)
        @voila-dashboards/jupyterlab-preview v2.1.3 enabled OK (python, voila)
        @jupyter-widgets/jupyterlab-manager v5.0.0-rc.0 enabled OK (python, jupyterlab_widgets)

Other labextensions (built into JupyterLab)
   app dir: /Users/wookayin/.miniforge3/share/jupyter/lab

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions