allowing shebang #!
when converting to script
#1059
Labels
format:Script
pertains to exporting to the script/python formats
#!
when converting to script
#1059
My first notebook cell starts with a shebang, e.g.:
When I convert this notebook to a
--to=script
the output starts with a new line followed by the she bang:However the newline prevents the shebang to be interpreted as such. The first new line (0x0a) should be omitted.
The text was updated successfully, but these errors were encountered: