jupyter / jupyter_console

Jupyter Terminal Console
http://jupyter-console.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
250 stars 145 forks source link

Add configurable autoindent option to ZMQTerminalInteractiveShell #272

Open cnrrobertson opened 2 years ago

cnrrobertson commented 2 years ago

New ZMQTerminalInteractiveShell.autoindent config option to emulate --no-autoindent command line option in ipython. This was present in the previous ipython based InteractiveShell class and has been requested by a couple of users (#240).