On 30 Aug 2016, at 12:13 am, Dipankar “Dipu” Ganguly <[email protected]> wrote: > > I am developing image processing algorithms in IPython under Anaconda > Navigator’s Jupyter on my Mac running OS 10.11.6. Is there a way to convert > that code easily into an Android to run on an Android tablet?
It depends on your choice of GUI toolkit. PyQt5 applications can run unchanged on the desktop and Android (and iOS). You can use pyqtdeploy and the Qt Android deployment tools to create installable apps. Phil _______________________________________________ Mobile-sig mailing list [email protected] https://mail.python.org/mailman/listinfo/mobile-sig
