Questions tagged [python]
37 questions
2
votes
0 answers
ipython notebook on android
im trying to run ipython notbook on my android. Followed this link: http://forum.xda-developers.com/nexus-7-2013/general/ipython-jupyter-notebook-android-t3037226
it worked fine but the kernel is dying all the time. Dont believe its ok. I did not…

convex-body
- 21
- 1
- 2
1
vote
1 answer
Python 3 on Android using TerminalIDE
I want to code Python 3 on my Android device. So I went through Lanky Cyril's blog post on using the Terminal IDE to put all that I needed to do code on an Android terminal. For Python 2.X that is installed on the blog, it works like a charm.
So I…

Afrowave
- 121
- 3
1
vote
1 answer
Python with matplotlib
Is there a way to set up python 2.7.x + matplotlib on a tablet so that you can run simple standard python code? I would like to be able to run the same scripts I run on my Linux desktop,

marshall
- 131
- 2
1
vote
0 answers
Does Android have a system Python?
This is a random question. In a typical Android phone (say for example Pixel 6), is there an installation of CPython? I mean Python that's used internally by the system, rather than available to the user or through some third-party app.
If so, what…

Ram Rachum
- 889
- 1
- 8
- 15
0
votes
0 answers
Using Popen to invoke adb sendevent
I am running into a strange issue, running adb shell sendevent x x x commands from commandline works fine, but when I use any of the following:
subprocess.Popen(['adb', 'shell', 'sendevent', 'x', 'x','x'])
subprocess.Popen('adb shell sendevent x x…

MishaP
- 370
- 1
- 5
- 13