Using python and matplotlib on android

后端 未结 12 1259
时光说笑
时光说笑 2020-12-13 14:10

Is there a way to set up python 2.7.x + matplotlib on an android tablet so that you can run simple standard python code? I would like to be able to run the same scripts I ru

12条回答
  •  时光取名叫无心
    2020-12-13 14:22

    Use the linux shell, I have it git python and pip installed on my phone. I used gnuroot in the play store.. You can apt-get install python pip from there

提交回复
热议问题