##// END OF EJS Templates
Backport PR #6492: Use batchmode in latex_to_png_dvipng...
Backport PR #6492: Use batchmode in latex_to_png_dvipng Latex is running into some unrelated error on my system, and making an unseen prompt for output, which results in a test hanging. This turns the hang into a failure.

File last commit:

r14009:6f019b30
r18094:dcd88d40
Show More
__main__.py
3 lines | 105 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.html import notebookapp as app
app.launch_new_instance()