dalejung / inode

Interactive Node.js
MIT License
3 stars 1 forks source link

add a two way ipython bridge #7

Closed dalejung closed 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

moved