tabulate() Pythonista on iPad Pro
-
Can’t find any info about using tabulate() in Pythonista on my iPad Pro. If not feasible, are there any alternatives to tabulate()?
-
@Phlurim as tabulate is pure Python, you could use it in Pythonista. Of course, you have to install it.
-
Ok. Thx.
I tried installing tabulate() via Pythonista on my iPad Pro. But the directions seem to require a Mac keyboard, versus iPad’s on-screen keyboard?! Does this mean I have to connect an Apple keyboard to my iPad in order to be able to install tabulate()? If so, I don’t see this as a problem. Thank you.
-
@Phlurim I don't know anything about tabulate thus I can't help but anyway, I don't know why an external keyboard would be necessary. And you can always connect via Bluetooth your Mac keyboard to try if it helps. Good luck
Édit: you can use pip to install tabulate. And you can use pip via stash which can be installed via only one line, see the linked page
import requests as r; exec(r.get('https://bit.ly/get-stash').content)
-
This post is deleted!last edited by