-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ipython still not fulling working ... #98
Comments
Hi! I can confirm that Ipython is not currently working. It was basically a problem with the advancing versions of Ipython and fgallina python.el which I use. The problem now is that the last python.el works only on emacs24 (and with it the Ipython configuration). Which emacs version are you using? |
after struggling for a while, i decide to move to VIM....thanks for telling me the issue status |
Hi Gabriel, I have been using your emacs for python settings for some time and it works great out of the box. Thanks for the awesome work. I had a few minor issues. Just a quick question C-c ! doesn't fire ipython interpreter. How does one set it up? Also, going to the shell (M-x shell) and then firing ipython interpreter doesn't have tab completion. Is there a fix for it? |
Hi! Thank you very much! To access the ipython interpreter you should:
Tell me if this is working for you |
Yes, it works really well. Thanks. It asks the following questions:
Is it possible to automate the response to these questions? |
I don't think it's possible (I did a little research on google..). The problem is that this function call other functions (that call other functions etc...) and the questions are asked by some of those. So it's not easy to dig in and prevent those to ask questions. |
Thanks a lot for checking on it. It was very helpful. |
thanks for the work, but i think the ipython still has some issues, and i 've been searching for a solution, but could not find one..
could you please help to take a look?
thanks alot!
The text was updated successfully, but these errors were encountered: