Skip to main content

Episode 7: Worldview

Way up here.

This episode shows how you can use a notebook to set up a simple dashboard to monitor all of your Metaflow flows.

You can find the tutorial code on GitHub

Showcasing:

Before playing this episode:

  1. python -m pip install notebook
  2. This tutorial requires access to compute and storage resources in the cloud, which can be configured by
    1. Following the instructions here or
    2. Requesting a sandbox.

To play this episode:

  1. cd metaflow-tutorials
  2. jupyter-notebook 07-worldview/worldview.ipynb
  3. Open worldview.ipynb in your notebook
Tutorials