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

Provide a template function to instantiate a kernel #323

Open
JohanMabille opened this issue Feb 23, 2022 · 2 comments
Open

Provide a template function to instantiate a kernel #323

JohanMabille opened this issue Feb 23, 2022 · 2 comments
Milestone

Comments

@JohanMabille
Copy link
Member

The different xeus-xxx kernels instantiate the kernl object the same way, leading to redundant code in these projects. One way to reduce this boilerplate would be to provide a template function for instantiating a kernel object.

@SylvainCorlay
Copy link
Member

Yes, the least duplication between xeus-* kernels the better!
This could also go in the cookiecutter.

@AntoinePrv
Copy link
Member

This could also go in the cookiecutter.

I think we should avoid the cookiecutter as much as possible since it does not give an easy way for the kernels to update to new versions. It's also harder to maintain jinja templated code.

@JohanMabille JohanMabille added this to the 4.0 milestone Feb 16, 2024
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