Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Jupyter kernel for hobbes #399

Open
brianegge opened this issue Mar 31, 2021 · 3 comments
Open

Create Jupyter kernel for hobbes #399

brianegge opened this issue Mar 31, 2021 · 3 comments

Comments

@brianegge
Copy link
Contributor

Notebook offer a number of advantages over hi

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

@adam-antonik
Copy link
Contributor

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?

@brianegge
Copy link
Contributor Author

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.

@smunix
Copy link
Contributor

smunix commented May 25, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants