##// END OF EJS Templates
check the static path for build and install locations...
check the static path for build and install locations allows packages to run the tests during package build and install time where the two file locations might be split.

File last commit:

r14009:6f019b30
r14749:c25f5524
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()