dalejung / ipy_node

Apache License 2.0
0 stars 0 forks source link

add a two way ipython bridge Edit #5

Open dalejung opened 11 years ago

dalejung commented 11 years ago

When we first connect to the ipython kernel, we should create an inode object that provide methods to call back to the inode.

This will require adding an additional http server that grabs the proper REPL client from the repl dictionary. I don't think it makes sense to do a socket bridge back, since well, http would be easier to code.

dalejung commented 11 years ago

https://github.com/dalejung/inode/issues/7