notebook.community
Edit and run
One cell can trigger the execution of other cells.
In [ ]: beakerx.runByTag("mytag")
beakerx.runByTag("mytag")
In [ ]: println("ran")
println("ran")