##// END OF EJS Templates
Get recent pandoc in travis from ppa cran2deb4ubuntu...
Get recent pandoc in travis from ppa cran2deb4ubuntu This ppa:<https://launchpad.net/~marutter/+archive/ubuntu/c2d4u> contain a backport of pandoc trusty package in precise. It can be used until travis update his environment to ubuntu 14.04.

File last commit:

r14009:6f019b30
r18465:795f4059
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()