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 will also fail when running bash commands that do not begin with an alphabetical character (eg. ':', '$!')
@narensrini , we have changed the regex to escape the pattern !{x}, but you seem to mention other cases, would you like to give a few more examples that you'd like to see supported? Thanks
If I have a cell of the following form:
This is valid jupyter syntax, and it prints out "foo" to stdout via a shell process.
However, the percent representation in jupytext outputs the following:
This is incorrect - the line should be commented out in the percent syntax after recognizing the magic.
This will also fail when running bash commands that do not begin with an alphabetical character (eg. ':', '$!')
It looks like a fix that updates the regex in #819 would work here.
The text was updated successfully, but these errors were encountered: