-1

How can I run Python on an iPad Pro?

David Buck
  • 3,752
  • 35
  • 31
  • 35
Bu Tala
  • 9
  • 1

3 Answers3

1

If not a dedicated app, you could always use an online python compiler in the iPad's browser.

For example:

Kalia
  • 29
  • 1
  • 6
1

Carnets is a complete package app for running Python on iPads.

This free App is around 510 MB and can run Jupyter notebook.

You can install all packages of python just by writing pip install " Package name " like numpy or matplotlib, etc.

David Buck
  • 3,752
  • 35
  • 31
  • 35
Amit Kumar
  • 11
  • 1
0

Problem is, that any library that contains e.g. Fortran code can only be installed by the developer of the app, only pure Python libraries can the loaded by the user. This severely limits the use of such apps as Carnets, JUNO, Pythonista, etc. I am surprised that the ‚Python community‘ does not create such an app, which would be updated regularly with libraries containing compiled code.