Hi Advika - thanks for this.
In my Workspace I've first created a folder called HolusTest
In there I have 2 Notebooks HolusTest1 which containes the lines:
%run ./HolusTestSetup
print(book_publisher)
and HolusTestSetup, which contains one line
book_publisher = "OReilly"
The language 'default' for both is python and the code's from Databricks Certified Data Engineer Associate Study Guide which I'm just working through to give myself a better all round grounding in Databricks.
Thanks in advance for any help