Skip to content
Discussion options

You must be logged in to vote

First off, please be aware that it's not possible to install any packages with any native (C/C++) dependencies in Pythonista. This is due to iOS limitations, and not likely to change anytime soon. So, if your notebooks depend on packages that are not included in Pythonista, and are not pure Python, you may not be able to run it in Pythonista.

That being said, you can install pure Python packages with the %pip line magic, e.g.

%pip install rich # Example of a pure Python package that works in Pythonista

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@stevetrease
Comment options

Answer selected by stevetrease
Comment options

You must be logged in to vote
1 reply
@omz
Comment options

omz Mar 12, 2025
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants