Hi,<br>thanks for the reply. I understand how to inject objects in
ipython namespace but how can i start the session in the terminal
embedded in my app? <br><br>Here is a snippet of the code :<br><br> import IPython.ipapi<br>
ip = IPython.ipapi.get()<br> ip.user_ns['tree'] = self.listview<br><br> self.term = vte.Terminal()<br> self.term.fork_command()<br><br>Basically
i can't understand how to put the ipython session in the
vte.Terminal() instance, that is which should be the argument (a
command) of the fork_command() method.<br>
<br>Happy easter!