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

Add server-side wrapper kernel #3

Open
bollwyvl opened this issue Dec 7, 2022 · 0 comments
Open

Add server-side wrapper kernel #3

bollwyvl opened this issue Dec 7, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@bollwyvl
Copy link
Contributor

bollwyvl commented Dec 7, 2022

Problem

Being able to use the pyodide kernel without a browser or nodejs would make it more testable.

Proposed Solution

  • use an ipykernel.KernelBase wrapper kernel
  • potentially use a v8-in-python e.g. pyminiracer, etc.
  • proxy the DriveFS stuff to a real fs 😱
  • wrap pyodide.wasm, etc. inside wasmer
  • use for testing, etc.
  • proxy jupyter kernel messages into the wasm runtime

Additional context

  • discussed in the December 2022 JupyterLite workshop
@bollwyvl bollwyvl added the enhancement New feature or request label Dec 7, 2022
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

1 participant