swansonk14 / p_tqdm

Parallel processing with progress bars
MIT License
457 stars 44 forks source link

progress bar not showing in jupyter notebok #26

Open ehsong opened 4 years ago

ehsong commented 4 years ago

Hi, I have a p_map set up in jupyter notebook, but instead of the progress bar, I get: HBox(children=(FloatProgress(value=0.0, max=1827402.0), HTML(value='')))

I have tried the following in terminal: jupyter nbextension enable --py widgetsnbextension jupyter labextension install @jupyter-widgets/jupyterlab-manager

but the issue persists after restarting the kernel.

liuh886 commented 1 year ago

I have the same issue and I solve it by downgrade ipywidgets, if you also work on VSCODE: ! pip install -U ipywidgets==7.7.1