##// END OF EJS Templates
Export works with filenames having spaces....
Export works with filenames having spaces. * The fix was to put the filename in double quotes in the Content-Disposition header. * Export As/Clear All have been renamed to Export and Clr All

File last commit:

r4341:02f9051e
r4558:09a90c41
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()