I found the following link on how to embed ipython into other third party tools. But what I want is not interact ipython via shell, what I want is something like jupyter notebook. So I think I need to start ipython kernel in a separate process, and then communicate it with RPC. Does anyone know the IPython's rpc protocol or what kind of API I can use to interact with ipython kernel.
在 2017年7月1日星期六 UTC+8下午10:23:37,Jeff Zhang写道: > > > I'd like to integrate IPython kernel in thrift party software, do python > REPL in third party software. But I could not find document about how to > integrate IPython kernel to third party software. > > Could anyone point me some materials on that ? Thanks > > > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/db4f20ae-55e5-4d4d-94eb-fcea6bf87dbd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
