spark-notebook

Calling referenced functions after mssparkutil.notebook.run?

Calling referenced functions after mssparkutil.notebook.run? Question: How can I call functions defined in a different Synapse notebook after running the notebook with mssparkutils.notebook.run()? example: #parameters value = "test" from notebookutils import mssparkutils mssparkutils.notebook.run("function definitions", 60, {"param": value}) df = load_cosmos_data() #defined in ‘function definitions’ notebook This fails with: NameError: name ‘load_cosmos_data’ is not defined I …

Total answers: 2