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 ---------- + + 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")