[IPython-dev] use of InteractiveShell and R magic

Thomas Kluyver takowl at gmail.com
Thu Jun 14 18:48:48 EDT 2012


On 14 June 2012 23:44, Jonathan Taylor <jonathan.taylor at stanford.edu> wrote:
> Actually, I want to create an InteractiveShell inside another python
> process. Maybe I should use embed?

Embed's not terribly relevant here - that creates an InteractiveShell,
but attempts to use the namespace from which it's called.

Try it in a separate Python process. Don't forget to %load_ext rmagic first.

Thomas



More information about the IPython-dev mailing list