iyashk-DB
Databricks Employee
Databricks Employee

+1 to all the above comments. Having the %run command along with other commands will confuse the REPL execution. So, have the %run notebook_b3 command alone in a new cell, maybe as the first cell, is notebook_a, which will resolve the issue, and your variables can also be accessed anywhere in notebook_a.

View solution in original post