From a748f14600a0c20f53c628db6f4a8212256e029e Mon Sep 17 00:00:00 2001 From: "codetutelage@gmail.com" Date: Tue, 21 Nov 2023 06:11:51 +0000 Subject: [PATCH 1/2] comitting --- my_lib/db-notebook.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/my_lib/db-notebook.py b/my_lib/db-notebook.py index 06cd2fb..6d960ab 100644 --- a/my_lib/db-notebook.py +++ b/my_lib/db-notebook.py @@ -1,2 +1,10 @@ # Databricks notebook source print("This is a Databricks Notebook") + +# COMMAND ---------- + +print("testing the new PR after cloning the repo") + +# COMMAND ---------- + + From 67ea17fc4b2ed8f2be1024c1b647e3ca8a98814b Mon Sep 17 00:00:00 2001 From: "codetutelage@gmail.com" Date: Tue, 21 Nov 2023 06:14:21 +0000 Subject: [PATCH 2/2] new notebook in py --- my_lib/new_nb.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 my_lib/new_nb.py diff --git a/my_lib/new_nb.py b/my_lib/new_nb.py new file mode 100644 index 0000000..1bf7e21 --- /dev/null +++ b/my_lib/new_nb.py @@ -0,0 +1,2 @@ +# Databricks notebook source +print("this is a new notebook, in python")