Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

progress bar not showing in jupyter notebok #26

Open
ehsong opened this issue Aug 11, 2020 · 1 comment
Open

progress bar not showing in jupyter notebok #26

ehsong opened this issue Aug 11, 2020 · 1 comment

Comments

@ehsong
Copy link

ehsong commented Aug 11, 2020

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

liuh886 commented Nov 15, 2022

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

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

No branches or pull requests

2 participants