-
Notifications
You must be signed in to change notification settings - Fork 391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No shebang handling #189
Comments
Hello @Atcold , good remark! Well... I was not aware that there could be a space between the Meanwhile, removing the space, or the |
Hmm, anything following a |
The conversion notebook to
py
script does not handle shebangs (commenting them out).It is common (to me, at least) to create a new folder with
! mkdir my_dir
instead of typingimport os
andos.mkdir('my_dir')
.Therefore, I'd recommend to treat
!
as%
at the beginning of each line.The text was updated successfully, but these errors were encountered: