morganstanley / hobbes

A language and an embedded JIT compiler

Home Page:http://hobbes.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Jupyter kernel for hobbes

brianegge opened this issue · comments

Notebook offer a number of advantages over hi

https://github.com/jupyter/jupyter/wiki/Jupyter-kernels

I've got one of those working if you want it. It would mean pulling in many more dependencies though like ZMQ,
nlohmann/json and jupyter-xeus.
So I suppose I mean I've got the C++ code for a simple kernel, but little idea how you'd want to structure it in the project's build. Perhaps it should be a separate repo?

Wow! I look forward to trying it out.

I would expect a separate repo would work best, as the current hobbes code has very few dependencies.

I've got one of those working if you want it. It would mean pulling in many more dependencies though like ZMQ,
nlohmann/json and jupyter-xeus.

Are these dependencies baked in the core hobbes library or are you introducing them in separate new applications? I like to think that dependencies in separate components are easier to deal with than the former. I second @brianegge suggestion to push in a separate repo so we can better assess ways to integrate in the Hobbes repo next.