Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Synapse Notebook reference - Call Synapse notebook from another with parameters

I have a synapse notebook with parameters .I am trying to call that notebook from another notebook. I am using %run command.

How should I pass the parameters from the base notebook to the one that is being called?

like image 344
Sethuramalingam Sundaram Avatar asked Sep 06 '25 23:09

Sethuramalingam Sundaram


1 Answers

Also, for me the above answers didn't work.

As a separate solution to this, below is an answer.

  1. Open the notebook and go to the properties tab on extreme right adjacent to 3 dots.
  2. Check "Enable Unpublish Notebook reference."
  3. Commit all changes.

Now, you will be able to use both %run and mssparkutils command.

like image 122
Sajjad Manal Avatar answered Sep 08 '25 13:09

Sajjad Manal