notedown icon indicating copy to clipboard operation
notedown copied to clipboard

UnicodeDecodeError on Windows but not WSL

Open ketozhang opened this issue 7 years ago • 0 comments

I've installed notedown via pip install notedown for both Windows 10 and Ubuntu (WSL). Both have Anaconda 3 distribution installed. I've made sure to run conda update notebook and conda update jupyter to get rid of the ShimWarning

Running:

notedown notebook.md > notebook.ipynb

Returns a readable notebook only in WSL but not in Windows (returns UnicodeDecodeError). Has notedown been confirmed to work on Windows?

ketozhang avatar Feb 23 '18 08:02 ketozhang