{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Run Another Cell\n", "One cell can trigger the execution of other cells." ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "beakerx.runByTag(\"mytag\")" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "tags": [ "mytag" ] }, "outputs": [], "source": [ "println(\"ran\")" ] } ], "metadata": { "celltoolbar": "Tags", "kernelspec": { "display_name": "Groovy", "language": "groovy", "name": "groovy" }, "language_info": { "codemirror_mode": "groovy", "file_extension": ".groovy", "mimetype": "", "name": "Groovy", "nbconverter_exporter": "", "version": "2.4.3" } }, "nbformat": 4, "nbformat_minor": 2 }