12 comments

[ 3.1 ms ] story [ 33.5 ms ] thread
(comment deleted)
Interesting. Are there any examples of this library being used so far? Can anybody familiar with the topic elaborate on how much can it actually simplify things and what's left to figure out?
This is an initiative backed by Bloomberg. It was pretty trivial to make a C++ (https://github.com/QuantStack/xeus-cling) and R (https://github.com/JuniperKernel/JuniperKernel) kernel around it.

It's pretty easy to use, the biggest work pending is in the widgets system for charting.

See the post on the Jupyter blog for more context which has a section on xeus : https://blog.jupyter.org/interactive-workflows-for-c-with-ju...
I had heard of interactive C++ before, but to see it, and see it in a Jupyter notebook, was eye-opening.
I wonder what was the reason this was written in C++, not in Python or other interpreted languages? Is speed a concern here?
Embed-ability, distribution. Using Jupyter from R, Julia, etc generally has an awkward dependency on python for the notebook server.