1

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,

ale
  • 19,723
  • 34
  • 110
  • 159
marshall
  • 131
  • 2

1 Answers1

1

You can run python with SL4A but matplotlib is a graphical package so you are going to run into trouble there.

Felipe Voloch
  • 111
  • 1
  • 3