Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion panels/DataGridViewer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ allows fast querying of the data (including metadata) using Python syntax.
</tr>
</table>

#### Example Code
#### Example Logging Code

```
%pip install comet_ml datagrid
Expand Down Expand Up @@ -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:
Expand Down
Loading