##// END OF EJS Templates
move test_lexers to lib/tests...
move test_lexers to lib/tests to match the module it tests

File last commit:

r21212:244bf603
r21232:77e5eee4
Show More
__main__.py
3 lines | 109 B | text/x-python | PythonLexer
if __name__ == '__main__':
from jupyter_notebook import notebookapp as app
app.launch_new_instance()