##// END OF EJS Templates
Merge pull request #7564 from abalkin/issue-7558...
Merge pull request #7564 from abalkin/issue-7558 Closes #7558: Added pygments entry points for ipython lexers.

File last commit:

r14009:6f019b30
r20135:f7a3a5df merge
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()