##// END OF EJS Templates
fix magics history in two-process ipython console...
fix magics history in two-process ipython console Before this commit: In [1]: %hist get_ipython().magic(u'hist') In [2]: a? Object `a` not found. In [3]: hist get_ipython().magic(u'hist') get_ipython().magic(u'pinfo a') hist After this commit: In [1]: %hist %hist In [2]: a? Object `a` not found. In [3]: hist %hist a? hist closes #1114

File last commit:

r2760:afe1263a
r5646:bfdb4a10
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer