Skip to content
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

Is there a replacement option for InteractiveShell.autoindent = False? #240

Open
diazdc opened this issue Apr 1, 2021 · 2 comments
Open

Comments

@diazdc
Copy link

diazdc commented Apr 1, 2021

Hello, I've been searching for an option in Jupyter console similar to Ipython's --no-autoindent. I noticed that older versions of Jupyter console had the option InteractiveShell.autoindent = False, but can't seem to find any information on why/if this was removed in current versions, or if it was just renamed. Is there a temporary workaround if this option doesn't exist anymore?

@wty20060888
Copy link

same problem for me

@cnrrobertson
Copy link

I'd like to bump this issue also. I noticed that there is a single line adjustment that may be able to fix this. The offending line is at

b.insert_text('\n' + indent)
. I'll submit a PR to see if we can get this changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants