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

Need IProgress in environment? #66

Open
pochedls opened this issue Sep 6, 2024 · 2 comments
Open

Need IProgress in environment? #66

pochedls opened this issue Sep 6, 2024 · 2 comments

Comments

@pochedls
Copy link

pochedls commented Sep 6, 2024

I installed intake_esgf using conda on Nimbus. I started the quickstart guide:

from intake_esgf import ESGFCatalog
cat = ESGFCatalog()
cat.search(experiment_id="historical", frequency="mon", variable_id="ta")

I got the following error:

ImportError: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html

I was able to resolve this following this thread with pip install ipywidgets widgetsnbextension pandas-profiling.

Should some of these packages be in the conda package requirements?

@nocollier
Copy link
Member

Thanks for the report. It seems like some dependencies have changed under us in a way our tests do not catch. I need to sort out how to test a notebook in GitHub Actions. That would catch failures like these and show up in our nightly builds.

@nocollier
Copy link
Member

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