-
Notifications
You must be signed in to change notification settings - Fork 375
Embed IPython Shell in Natron (enhancement) #153
Copy link
Copy link
Open
Labels
Milestone
Description
From @nicholascarroll on April 1, 2016 23:47
Problem
Would be really good to embed IPython shell in Natron.
IPython has many conveniences like: autocomplete, object introspection, filename completion, good history recall, using your external editor, reference previous outputs as variables, and special features for lazy people.
Without this Enhancment
For the occasional scripter these conveniences can make the difference between being able to write the script or not.
If not IPython, even a basic python shell would be good enough, because IPython can be run from within it:
import IPython
IPython.start_ipython(argv=[])
Copied from original issue: MrKepzie/Natron#1278
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress