inter connected notebook

corp
New Contributor II

How to use inter connected notebook, available in databricks?

mhiltner
Databricks Employee
Databricks Employee

Do you mean running one notebook from another and using variables and functions defined in the other one? If that's what you're seeking, try using the magic command %run + notebook path. 

You can find some documentation about it here: https://docs.databricks.com/en/notebooks/notebook-workflows.html

corp
New Contributor II

Thanks, I fixed it in the same way!