Skip to content

Embed IPython Shell in Natron (enhancement) #153

@devernay

Description

@devernay

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    In Progress

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions