jsonrpctcp icon indicating copy to clipboard operation
jsonrpctcp copied to clipboard

Doesn't work w/ ipython

Open andrepl opened this issue 12 years ago • 0 comments

when used from the ipython shell the outgoing requests end up looking like this:

... method: "myMethod(1,2,3)" ....

instead of:

.... params: [1,2,3], method: "myMethod" ....

it works from from the standard python shell, so this may not necessarily be a bug, but ipython is very popular and convenient, so it'd be great to support it.

andrepl avatar Apr 07 '12 18:04 andrepl