notedown
notedown copied to clipboard
UnicodeDecodeError on Windows but not WSL
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?