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
This is a somewhat opposite problem to #241. When the Jupytext metadata includes the file encoding, the leading comment for Python scripts is erroneously included in RMarkdown files.
Steps to reproduce in JupyterLab:
Create a notebook. A single markdown cell, with say "α", will suffice. The relevant Jupytext metadata is
Thank you @alcrene for the detailed report! That is very helpful. I think I should be able to reproduce this unwanted behavior easily in a test (given that you've done all the work above 👍). I will let you know when the fix is available.
This is a somewhat opposite problem to #241. When the Jupytext metadata includes the file encoding, the leading comment for Python scripts is erroneously included in RMarkdown files.
Steps to reproduce in JupyterLab:
# -*- coding: utf-8 -*-
because of the unicode character.The text was updated successfully, but these errors were encountered: