You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
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?The text was updated successfully, but these errors were encountered: