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

Use Pyodide's version of IPython #161

Merged
merged 4 commits into from
Jul 24, 2024
Merged

Use Pyodide's version of IPython #161

merged 4 commits into from
Jul 24, 2024

Conversation

wch
Copy link
Collaborator

@wch wch commented Jul 24, 2024

Recent versions of Pyodide come with IPython 8.23.0. Previous versions did not, and we needed to shim in a stub for IPython. This PR makes it use the Pyodide version of IPython. It also removes an entry in shinylive_lock.json that should not have been there (and didn't have an effect anyway, because our IPython shims took precedence over this entry.)

@cpsievert It might be worthwhile to run make update_packages_lock and see if anything breaks.

@wch wch requested a review from cpsievert July 24, 2024 19:26
@wch
Copy link
Collaborator Author

wch commented Jul 24, 2024

I've also updated all the packages in shinylive_lock.json.

Copy link
Contributor

@cpsievert cpsievert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! 🎉

@wch wch merged commit 896a740 into main Jul 24, 2024
2 checks passed
@wch wch deleted the ipython-update branch July 24, 2024 22:41
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.

2 participants