Hi All: I want to change the behavior of my prompt during the ipython session. Is it possible do it in a simple way? something like: from IPython.Prompts import Prompt1 prompt = Promtp1(cache, sep='\n', prompt=r'MyPromp [\#]: ', pad_left=True) Regards! n.