C++ implementation of the Jupyter kernel protocol
1–10 of 13 posts
Re: C++ implementation of the Jupyter kernel protocol
#2Re: C++ implementation of the Jupyter kernel protocol
#3Re: C++ implementation of the Jupyter kernel protocol
#4Re: C++ implementation of the Jupyter kernel protocol
#5Interesting. 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?
It's pretty easy to use, the biggest work pending is in the widgets system for charting.
Re: C++ implementation of the Jupyter kernel protocol
#6Re: C++ implementation of the Jupyter kernel protocol
#7I wonder what was the reason this was written in C++, not in Python or other interpreted languages? Is speed a concern here?
Re: C++ implementation of the Jupyter kernel protocol
#8See 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...
Re: C++ implementation of the Jupyter kernel protocol
#9See 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.
Re: C++ implementation of the Jupyter kernel protocol
#10Earlier quoted context omitted.
I had heard of interactive C++ before, but to see it, and see it in a Jupyter notebook, was eye-opening.
Maybe you also would like to see the Energize C++ environment created by Lucid, after they pivoted away from Lisp Machines. https://www.youtube.com/watch?v=pQQTScuApWk http://www.dreamsongs.com/Files/Energize.pdf