##// END OF EJS Templates
preserve line endings in splitline ipynb...
preserve line endings in splitline ipynb Avoids discarding of information, e.g. `foo\rbar` should not be reconstructed as `foo\nbar`. Implemented in safe manner, where notebooks written by old scheme will load the same as before, and be updated on next save.
MinRK -
r7335:7ec2b0aa
Show More
Name Size Modified Last Commit Author
/ IPython / frontend / terminal
console
tests
__init__.py Loading ...
embed.py Loading ...
interactiveshell.py Loading ...
ipapp.py Loading ...