##// END OF EJS Templates
Fix code_to_line when called with empty code...
Fix code_to_line when called with empty code Previously, it was referring to line before it was assigned. Noticed when testing the R kernel.
Thomas Kluyver -
r18195:360f2122
Show More
Name Size Modified Last Commit Author
/ IPython / nbconvert / exporters
tests
__init__.py Loading ...
export.py Loading ...
exporter.py Loading ...
html.py Loading ...
latex.py Loading ...
markdown.py Loading ...
notebook.py Loading ...
pdf.py Loading ...
python.py Loading ...
rst.py Loading ...
slides.py Loading ...
templateexporter.py Loading ...