📔Run remote pipelines from notebooks

Use Jupyter Notebooks to run remote steps or pipelines

ZenML steps and pipelines can be defined in a Jupyter notebook and executed remotely. To do so, ZenML will extract the code from your notebook cells and run them as Python modules inside the Docker containers that execute your pipeline steps remotely. For this to work, the notebook cells in which you define your steps need to meet certain conditions.

Learn more about it in the following sections:

Last updated