##// END OF EJS Templates
Fixing issues with js tests....
Fixing issues with js tests. * Closing old pages to prevent fd leaks. * Making sure kernels are killed to prevent fd leaks. * Moving towards deleting old notebooks (this is not done, but this should be merged as is).

File last commit:

r14009:6f019b30
r14965:bf533943
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()