From 8998617106c1eec19dd39b6cd86e34ec7ac491f6 Mon Sep 17 00:00:00 2001 From: Kostas Kougios Date: Fri, 12 Jan 2024 23:22:21 +0000 Subject: [PATCH] - --- docs/spark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spark.md b/docs/spark.md index 666de99e..daa92dc7 100644 --- a/docs/spark.md +++ b/docs/spark.md @@ -35,7 +35,7 @@ you interact with the UI. Change the code and rerun it. Click "Recalculate" if y ## Using terminal21 as notebook with scala-cli -See [spark-notebook.sc](../example-spark/spark-notebook.sc) +See [spark-notebook.sc](../example-spark/spark-notebook.sc). On top of the file, `scala-cli` is configured to run with the `--restart` option. This will terminate and restart the script whenever a change in the file is detected. Edit the script with your favorite IDE and when saving it, it will automatically re-run. If you want to re-evaluate the datasets, click "Recalculate" on the UI components.