I am using Emacs with the ein
package to edit ipython files. Everything works fine except when I have a line like:
fhandle = raw_input('enter your file name: ')
to prompt for a file name. The ipython subprocess that is running inside Emacs stops responding. (there is a little star at In[]
that indicates this).
When I run the same command in the usual jupyter notebook web interface it works fine as usual. (there is a little box where it prompts me for the file name). I am thinking emacs + ein somehow doesn't have this capability?. What am I doing wrong here?. I am using python 2.7.