SpencerPark / IJava

A Jupyter kernel for executing Java code.
MIT License
1.07k stars 211 forks source link

executing java cell programmatically #148

Open mganeshmohan opened 6 months ago

mganeshmohan commented 6 months ago

Is it possible to execute a java cell from another cell. Something like this: %%javascript Jupyter.notebook.execute_cells([0]) # 0 to run first cell in notebook etc.