-
Notifications
You must be signed in to change notification settings - Fork 6
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 bars are missing in my Jupyter environment (PSC) #327
Comments
To use tqdm in a jupyter environment, you need the module |
I was about to say that we may recommend to install |
My Jupyter is fixed now, but from tqdm import tqdm
for _ in tqdm(range(100)):
pass while |
To clarify, are you suggesting/approve of potentially having two flag on the arguments?
I also want to cross-reference this issue that motivated using the widget-style progress bar in the first place: astronomy-commons/lsdb#167 |
Is there any way to check if widgets are active and do this choice for user?
The new progress bar is pretty, I think it was a good change! |
Bug report
When I use the latest release on the PSC ondemand service, I don't see progress bars in a Jupyter Lab notebook:
I use Python 3.12 with the conda environment
Before submitting
Please check the following:
The text was updated successfully, but these errors were encountered: