What's the easiest way to get a Pythonista script to display a Word document that I have stored in a Pythonista folder?
I can't seem to use webbrowser.open('pythonista://
I know that Pythonista can open a Word file (presumably using Quick Look) because it does so when I simply launch the file from the Pythonista GUI.
Is my only option to use URL scheme to launch another app like Pages?
Thanks
Ken