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

maybe add advanced features from xeus-javascript #3

Open
DerThorsten opened this issue Feb 15, 2024 · 3 comments
Open

maybe add advanced features from xeus-javascript #3

DerThorsten opened this issue Feb 15, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@DerThorsten
Copy link

All nice features of xeus javascript are mostly implemented on the javascript side, not on the C++ side.
Ie here.

It would be easy to import this file via jsdelivr, ie here and use this also in this javascript-kernel.
This way we might have all the nice features almost for free.

It would still need some changes to in https://github.com/jupyter-xeus/xeus-javascript/blob/main/src/post.js, but should not be overcomplicated.

On the one hand this would make this kernel actual usable, on the other hand not sure if its worth it

@DerThorsten DerThorsten added the enhancement New feature or request label Feb 15, 2024
@jtpio
Copy link
Member

jtpio commented Feb 15, 2024

Thanks @DerThorsten.

I guess we can. For now the main motivation for moving this javascript-kernel to its own repo was to help simplify the main jupyterlite repo so it can be removed from there: jupyterlite/jupyterlite#1313

But still keep a "copy" of the source if someone is interested, before eventually archive it if xeus-javascript should be the place to continue more active development for a JavaScript kernel.

But yeah if the changes are simple it could be interesting to do it, if someone wants to give it a try.

@westurner
Copy link

westurner commented May 4, 2024

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

No branches or pull requests

3 participants