This repository contains a Metaflow card template for visualizing interactive 3d scatter plots. Besides being a useful card by itself, you can use this repository as a reference for your own custom card templates.
See Metaflow documentation for details
pip install metaflow-card-scatter3d
After this, you can add @card(type='scatter3d') in your steps.
See this example flow for reference.
