ashok_k_gupta12
New Contributor III

I declared a function in notebook commonFunction and called it from other function just by giving this command:

%run ./CommonFunction

I went ahead and used the function defiend in other notebook

infact o could access the variable defined in other notebook and vise versa too.