You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this to work you have to be running IPython from git, until 0.12
comes out. An error message will be reported for IPython 0.11, since it
did not support --existing.
Those who wish to gain this functionality in IPython 0.11 should take a
look at the unmerged pull request #2:
#2
There, Philip Neustrom exploits the fact that on 0.11, IPython's full
connection string could be inferred from it's process listing via ps.
That approach does not work, nor is it necessary, with the connection
file mechanisms now in IPython.
0 commit comments