Run Another Cell

One cell can trigger the execution of other cells.


In [ ]:
beakerx.runByTag("mytag")

In [ ]:
println("ran")