ivanov / vim-ipython

A two-way integration between Vim and IPython 0.11+
http://github.com/ivanov/vim-ipython
1.04k stars 163 forks source link

Guess ipython server information. Requires psutil module to work. It's cross platform but I didn't test in windows. #2

Closed philipn closed 12 years ago

philipn commented 13 years ago

Guess ipython server information. Requires psutil module to work. It's cross platform but I didn't test in windows.

The right way to do this would be to make ipython keep a pid file around somewhere.

ivanov commented 13 years ago

I forwarded the security-related aspect of this to IPython here: https://github.com/ipython/ipython/issues/688

My guess is that the 'functionality' you exploit here will be removed, so I'll wait to merge this until after we hear back from how the issue will be addressed.

philipn commented 13 years ago

makes sense, cool

On Tue, Aug 9, 2011 at 4:11 PM, ivanov reply@reply.github.com wrote:

I forwarded the security-related aspect of this to IPython here: https://github.com/ipython/ipython/issues/688

My guess is that the 'functionality' you exploit here will be removed, so I'll wait to merge this until after we hear back from how the issue will be addressed.

Reply to this email directly or view it on GitHub: https://github.com/ivanov/vim-ipython/pull/2#issuecomment-1768359

ivanov commented 13 years ago

as predicted, once, ipython/ipython#847 is merged, we will get (thanks to ivanov/vim-ipython#13) a more secure and easier way to connect to ipython via .json files