holzschu / a-shell

A terminal for iOS, with multiple windows
BSD 3-Clause "New" or "Revised" License
2.49k stars 112 forks source link

pyodide libraries #373

Open ifuchs opened 2 years ago

ifuchs commented 2 years ago

i presume that ashell could run a python webserver which could deliver the pyodide library modules but can they run in the ios browser? Has anyone tried?

personalizedrefrigerator commented 2 years ago

Pyodide works in Safari for iOS. It can be tried here: https://pyodide.org/en/stable/console.html

ifuchs commented 2 years ago

@personalizedrefrigerator Yes, the console runs fine. However, scripts such as this: https://www.itp.uni-hannover.de/en/groups/weimer/teaching/ideal-gas-simulator/ do not seem to work on ios but it may be due to the version they are using.