On 8 February 2017 at 23:58, Paul Hobson <[email protected]> wrote: > nbdata = nbformat.read(nbf, as_version=4, encoding='utf-8')
For reference, I'm pretty sure that passing encoding= on this line has no effect - it's not passed down to anything that takes an encoding argument. Passing it to open() is the important bit. Thomas -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAOvn4qihBgbE8fOD1Y9JcBmp%2BXLqdg0ebL_hksegkpD28O%2BdWQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
