From 4ed8f47b4ffc7cb5b51fdf9b99c949213319ac6c Mon Sep 17 00:00:00 2001 From: MACHIN Date: Mon, 16 Sep 2024 08:39:14 +0100 Subject: [PATCH] fixing a broken link to the notebooks page --- ADA/databricks_fundamentals.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADA/databricks_fundamentals.qmd b/ADA/databricks_fundamentals.qmd index f32ba15..737a835 100644 --- a/ADA/databricks_fundamentals.qmd +++ b/ADA/databricks_fundamentals.qmd @@ -247,4 +247,4 @@ An alternative to this is to specify packages/libraries to be installed on the c Certain packages are installed by default on personal cluster and do not need to be installed manually. The specific packages installed are based on the Databricks Runtime (DBR) version your cluster is set up with. A comprehensive list of packages included in each DBR is available in the [Databricks documentation](https://learn.microsoft.com/en-us/azure/databricks/release-notes/runtime/). ::: -Once you have a compute resource you can begin using Databricks. You can do this either through connecting to Databricks through RStudio, or you can begin coding in the Databricks platforms using scripts, or [Notebooks](Databricks_notebooks.qmd). +Once you have a compute resource you can begin using Databricks. You can do this either through connecting to Databricks through RStudio, or you can begin coding in the Databricks platforms using scripts, or [Notebooks](databricks_notebooks.qmd).