From ec1e1072a7305f1ba0ca61fbb4abefd02f9726f2 Mon Sep 17 00:00:00 2001 From: Douglas Blank Date: Wed, 10 Jun 2026 08:55:30 -0700 Subject: [PATCH] Update README.md --- panels/DataGridViewer/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/panels/DataGridViewer/README.md b/panels/DataGridViewer/README.md index f2cd31f..082e677 100644 --- a/panels/DataGridViewer/README.md +++ b/panels/DataGridViewer/README.md @@ -27,7 +27,7 @@ allows fast querying of the data (including metadata) using Python syntax. -#### Example Code +#### Example Logging Code ``` %pip install comet_ml datagrid @@ -59,6 +59,12 @@ dg.log(experiment) experiment.end() ``` +To add the Python panel to your project or experiment view, copy this into a new Python panel: + +``` +%include https://raw.githubusercontent.com/comet-ml/comet-examples/refs/heads/master/panels/DataGridViewer/DataGridViewer.py +``` + #### Resources * Copy panel to workspace: