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 list, copy and inject variables values #4

Open
echarles opened this issue Dec 7, 2024 · 0 comments
Open

Add list, copy and inject variables values #4

echarles opened this issue Dec 7, 2024 · 0 comments
Assignees
Labels

Comments

@echarles
Copy link
Member

echarles commented Dec 7, 2024

The client should be able to list the variables, with their types and size in bytes (ideally), via a list_vars() method.

It should also be able to copy the value on demand via a get(var_name, mime_type = "text/plain") method.

Question: should the API be generic for all kernel languages? What about starting with only Python kernels?

Similarly it should be able to inject the content of a variable via a set(var_name, value) method.

@echarles echarles changed the title Allow to list and copy variables content Allow to list and copy and inject variables content Dec 7, 2024
@echarles echarles changed the title Allow to list and copy and inject variables content Add list, copy and inject` variables values Dec 7, 2024
@echarles echarles changed the title Add list, copy and inject` variables values Add list, copy and inject variables values Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants