When using ipython, sometimes it’s very uncomfortable for copy & paste some code. Ipython use auto indentation, so it goes wrong with indent.I want to figure out how to solve this issue - and I found the solution.IPython has --no-autoindent options. For default, ipython use --autoindent but you can use --no-autoindent option to turn off indentation.ipython --no-autoindent Python 3.6.0 (default, ..