Hi,<br>   It is common to use Django and other such frameworks<br>on the console mode with all the Django/framework related<br>API libraries already imported to the namespace. This<br>simplifies a lot of stuff when experimenting. Django provides<br>

support for IPython. I work on Melange project (which is a tool<br>that runs the Google Summer of Code and Google Code-in<br>programs), for which I have extended this to work with the<br>Django, Google Appengine and Melange's API itself. It is<br>

a simple and usual embed TerminalInteractiveShell instantiation<br>with all these APIs imported. Nothing special or fancy about<br>it. The snippet is like this:<br><br>from IPython.frontend.terminal.embed import TerminalInteractiveShell<br>

shell = TerminalInteractiveShell(user_ns=context)<br>shell.mainloop()<br><br clear="all">I would like to extend the same for an IPython qtconsole or the<br>notebook. How do I import the namespace to these console's?<br>

<br>-- <br>Thanks and regards,<br>  Madhusudan.C.S<br><br>Blogs at: <a href="http://www.madhusudancs.info" target="_blank">www.madhusudancs.info</a><br>My Online Identity: madhusudancs<br>