How to execute code Cells or notebooks from python code?
i am not a python devloper but i can fugre bits and peices out…
as a multi devloper im faced with code in all formats :: so i often forget a lot!! so i need help to be able to execute code on a jupiter notebool from a python app and return the value of the executed cell:
so i would like to be able to send a few cells as a lest then execute them interactivly ie : cell 1-5 then cell 8 … returning the results :
I understand that some how to go the Ipython route for this ? but cannot fiugure it out can yuou help ?