##// END OF EJS Templates
Initial reorg of files complete....
Initial reorg of files complete. I have moved things around to get ready for making the notebook a full blown app, but have not actually made it an app. That is next.

File last commit:

r4341:02f9051e
r4341:02f9051e
Show More
ipython-notebook
7 lines | 138 B | text/plain | TextLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from IPython.frontend.html.notebook import notebookapp
notebookapp.launch_new_instance()