##// END OF EJS Templates
Add encoding declaration to test for notebook -> .py export.
Thomas Kluyver -
Show More
@@ -81,7 +81,8 b' nb0 = new_notebook('
81 metadata=md
81 metadata=md
82 )
82 )
83
83
84 nb0_py = """# <nbformat>2</nbformat>
84 nb0_py = """# coding: utf-8
85 # <nbformat>2</nbformat>
85
86
86 # <htmlcell>
87 # <htmlcell>
87
88
General Comments 0
You need to be logged in to leave comments. Login now