##// 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
Paul Ivanov -
r5646:bfdb4a10
Show More
Name Size Modified Last Commit Author
/ IPython / zmq
gui
pylab
tests
__init__.py Loading ...
blockingkernelmanager.py Loading ...
completer.py Loading ...
displayhook.py Loading ...
entry_point.py Loading ...
eventloops.py Loading ...
frontend.py Loading ...
heartbeat.py Loading ...
iostream.py Loading ...
ipkernel.py Loading ...
kernelapp.py Loading ...
kernelmanager.py Loading ...
log.py Loading ...
logtopics.rst Loading ...
parentpoller.py Loading ...
pykernel.py Loading ...
session.py Loading ...
zmqshell.py Loading ...