##// END OF EJS Templates
Fixing bug that caused plots to not be saved....
Fixing bug that caused plots to not be saved. CodeCell.append_mime_type needed a default element.

File last commit:

r4341:02f9051e
r4547:f5c5121b
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()