-
Notifications
You must be signed in to change notification settings - Fork 514
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
Support iPython #702
Comments
Ah, interesting. Just will copy the script to some temporary file without any extension. Is there any alternative way to get ipython to accept extended syntax? Like:
|
I'm afraid there is no such option available at the moment. |
If #604 (recipe annotations) were added, then a recipe annotation could be added to tell Just what file extension it should use to when creates the executable version of a shebang recipe:
Another possibility is to get ipython to add a flag that allows turning on extended syntax, which I think would be a good feature anyways. |
Issue to IPython submitted. I like the idea with annotations. Note that some versions of
but this works fine:
|
Among supported languages you may consider iPython, because of its great integration with shell. E.g.:
Hint: ipython executable accepts extended syntax if name of the script ends with
.ipy
suffix, e.g.ipython myscript.ipy
.The text was updated successfully, but these errors were encountered: