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

Set the value of a code cell? #15

Open
anderso opened this issue Jan 29, 2024 · 0 comments
Open

Set the value of a code cell? #15

anderso opened this issue Jan 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@anderso
Copy link

anderso commented Jan 29, 2024

This is not a bug report, I'm just trying to figure out if jyg could support my use case:

Set the code in a code cell, of an existing notebook, then execute the cell.

I've got the REST api up and running but I suspect this can't be done? But maybe I can add this functionality to jyg easily?

What I'm actually trying to do is implement the REPL-driven workflow I am used to with emacs+clojure+portal but using emacs+python+jupyter-lab instead. So that I can send any part of my code in my emacs buffer to jupyter to run and then inspect the results, and use widgets etc in jupyter lab.

Maybe I could edit the *.ipynb file directly and then trigger the cell using jyg, but I'm not sure if that would work, and maybe there are other better solutions?

Thanks for great software by the way!

@anderso anderso added the bug Something isn't working label Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant