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

Fix #2250 colab missing matplotlib_inline #2254

Merged
merged 1 commit into from Aug 19, 2022

Conversation

AnirudhDagar
Copy link
Member

This will fix #2250 without adding any new dependency in d2l package. jupyter already indirectly installs ipython, but now we force ipython to be at a minimum version 7.23 (released in 2019). This v7.23 release added the matplotlib_inline dependency to ipython, so it will automatically fix the missing dep package issue.

@astonzhang let's make a patch release and for d2l since this has affected all our notebooks in colab with their recent change.

@d2l-bot
Copy link
Member

d2l-bot commented Aug 19, 2022

Job d2l-en/PR-2254/1 is complete.
Check the results at http://preview.d2l.ai/d2l-en/PR-2254/

@astonzhang astonzhang merged commit f99d010 into d2l-ai:master Aug 19, 2022
@astonzhang
Copy link
Member

Thanks. Please proceed with the patch release.

AnirudhDagar added a commit to AnirudhDagar/d2l-en that referenced this pull request Aug 19, 2022
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

Successfully merging this pull request may close these issues.

ModuleNotFoundError when running the official pytorch colab notebook
3 participants