unseenlaser / python-for-android

Automatically exported from code.google.com/p/python-for-android
Apache License 2.0
0 stars 0 forks source link

Add an IPython Notebook server to PY4A #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This would really enhance PY4A, in terms of what it could do and how easy it 
would be to use.

The goal is to be able to run an IPython Notebook web server on a user's phone. 
Then, they can then log in to it and hack their phone from any modern browser.

It could be shipped by default with PY4A.

Using a phone to actually write code is painful. Needing to have the ADK and 
all that stuff installed is not always possible. You often want to be able to 
code on a big screen, on a keyboard, with an editor and shell, and have the 
runtime on the phone.

IPython Notebook would do all this stuff for Python on Android. And a lot more.

Original issue reported on code.google.com by carl.in...@gmail.com on 6 Oct 2012 at 2:06

GoogleCodeExporter commented 8 years ago
The other additional benefit would be ease of use in mobile development. And by 
this I mean, actually developing while mobile, on a tablet say. Start the 
ipython notebook, open chrome, get nice syntax highlighting and inline code 
execution without switching back and forth between editing a script and running 
it.

Original comment by aleks.cl...@gmail.com on 12 Oct 2012 at 4:12