Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Is There A Way To Export "Offline" Interactive Plots (E.G, Into Confluence) From The Self-Hosted Clearml Server That Will Remain Available No Matter The Status Of The Clearml Server? For Now, The Only Option I See Is To Write Some Sort Of Helper That Will

Is there a way to export "offline" interactive plots (e.g, into Confluence) from the self-hosted ClearML server that will remain available no matter the status of the ClearML server? For now, the only option I see is to write some sort of helper that will take the JSON of the plot and re-plot in in dash/plotly, attach HTML file to the Confluence page and embed it via an HTML macro. Does anyone know some more convenient way to achieve that?

  
  
Posted one year ago
Votes Newest

Answers 2


Hi ThickChicken87 , if you mean while the server is unavailable (for any reason), I guess you are correct.

  
  
Posted one year ago

@<1523701087100473344:profile|SuccessfulKoala55> Yes, that's what I mean. Thanks.

  
  
Posted one year ago
700 Views
2 Answers
one year ago
one year ago
Tags