jupyter / jupyter_console

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

Add configurable autoindent option to ZMQTerminalInteractiveShell #272

Open cnrrobertson opened 1 year ago

cnrrobertson commented 1 year 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).