aaren / notedown

Markdown <=> IPython Notebook
BSD 2-Clause "Simplified" License
855 stars 115 forks source link

UnicodeDecodeError on Windows but not WSL #74

Open ketozhang opened 6 years ago

ketozhang commented 6 years ago

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?