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?
I've installed
notedown
viapip install notedown
for both Windows 10 and Ubuntu (WSL). Both have Anaconda 3 distribution installed. I've made sure to runconda update notebook
andconda update jupyter
to get rid of theShimWarning
Running:
Returns a readable notebook only in WSL but not in Windows (returns
UnicodeDecodeError
). Has notedown been confirmed to work on Windows?