##// END OF EJS Templates
Remove leading empty lines...
Remove leading empty lines When running a cell, the leading indentation on the first line is removed from all of the cell's lines. This causes indentation errors on subsequent lines in case the first line consists entirely of whitespace matching a valid level of indentation that is greater than the least indented line. This change avoids the issue by first removing any leading, whitespace-only lines. Closes #11594
Robin Gustafsson -
r25026:ded0fb17
Show More
Name Size Modified Last Commit Author
/ IPython
core
extensions
external
kernel
lib
sphinxext
terminal
testing
utils
__init__.py Loading ...
__main__.py Loading ...
config.py Loading ...
consoleapp.py Loading ...
display.py Loading ...
frontend.py Loading ...
html.py Loading ...
nbconvert.py Loading ...
nbformat.py Loading ...
parallel.py Loading ...
paths.py Loading ...
qt.py Loading ...