[IPython-dev] tornado app

Keith kb201a at gmail.com
Thu Aug 7 09:16:56 EDT 2014


Hi,

I have an existing tornado application and am thinking
about leveraging (moving it into) ipython notebook.
Currently the app defines its own request handlers and
websocket for communication with the client browser.

I was thinking that the app could generate a notebook
dynamically which would be deployed on the client's
browser.  Then communication to the server could take
place within the notebook's cells.  Assuming this
is possible (I'm new to ipython), are there hooks in
ipython notebook that would allow me to extend tornado
i.e. add my own routes and request handlers etc?

thanks,
Keith



More information about the IPython-dev mailing list