##// END OF EJS Templates
Backport PR #10558: Let nbformat take care of opening the file...
Backport PR #10558: Let nbformat take care of opening the file Notebook files should always be read as utf-8, but the default for `io.open()` is to use a platform-dependent default encoding. The easiest way around this is to pass the filename to nbformat.read() and let it open the file correctly. Bug identified at: http://stackoverflow.com/questions/43915006/encoding-error-in-jupyter-when-run-another-notebook

File last commit:

r1566:5dee5d39
r23653:b441be73
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer