'Run a Zeppelin notebook from a different Zeppelin notebook

I have a notebook with python functions defined in its paragraphs, and I'd like to run those function declarations from within other notebooks.

I know that Databricks has a magic command %run which allows this – I don't have access to that functionality.

I've seen some folks on the web reference z.run(), z.runNote(), z.runNotebook(), and z.z.run() – none of this is available in my z variable.

I'm on Zeppelin v0.8.2. Thanks for your help!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source