##// END OF EJS Templates
Refactor the logic to get the nbextension directory...
Refactor the logic to get the nbextension directory We do this so that check_nbextension corresponds to install_nbextension.

File last commit:

r14009:6f019b30
r20083:36d9f790
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()