I'm trying to create a custom panel in the Python SDK of Comet. I want it to behave like the built-in graphs, and show only data of experiments that are not hidden (set by the eye icon next to the experiment).
How do I access that experiment status?
I'm trying to create a custom panel in the Python SDK of Comet. I want it to behave like the built-in graphs, and show only data of experiments that are not hidden (set by the eye icon next to the experiment).
How do I access that experiment status?
Share Improve this question asked Jan 19 at 9:28 David TaubDavid Taub 7861 gold badge7 silver badges30 bronze badges1 Answer
Reset to default 0Comet replied to this question saying API.get_panel_experiments()
results containing hidden experiments is a known issue, and this is supposed to be fixed in a future release.
Comet also said this apperantly should not happen if your custom panel was created by pressing the Create your own panel
link at the buttom instead of + Create new
one at the top, but I don't see this link on my webapp (version 5.87.18), so this workaround is not verified.