How can I run one notebook from another notebook on a different cluster?

fijoy
Contributor

I have a notebook (notebook A) that needs to run on a specific cluster.

I now want to programmatically trigger notebook A from another notebook (notebook B), which also needs to run on a specific cluster (different from the cluster for notebook A).

How can I do this?