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
Cannot turn off autoindent at cli in Ipython 6 #11257
Comments
Does something like https://github.com/ipython/rlipython fit your needs ? |
Unfortunately this doesn't seem to fix my issue, as when I try start ipython with |
Does #11273 fit your needs ? |
Yes! That seems to fix all my use cases just by passing |
Closed by #11273 |
How do I config this in ipython config file ?? |
running
does not turn off autoindentation.
neither does running
in the ipython interpreter.
I would like to be able to turn off autoindentation for the purposes of sending text to ipython in a sendkeys-like interface for this project. Currently the only way I have of doing this is to start ipython in
but then I lose functionality like coloring/autocompletion.
The text was updated successfully, but these errors were encountered: