##// END OF EJS Templates
Creating files to new notebook app.
Creating files to new notebook app.

File last commit:

r4322:e6b3e5b5
r4339:98f78512
Show More
ipython-notebook
5 lines | 115 B | text/plain | TextLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from IPython.frontend.html.notebook import notebook
notebook.main()