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
Can we _temporarily_ disable the autologging feature? (specifically for `matplotlib`?)

Can we temporarily disable the autologging feature? (specifically for matplotlib ?)

  
  
Posted one year ago
Votes Newest

Answers 3


Hi @<1523701083040387072:profile|UnevenDolphin73> , I think you can play with the auto_connect_frameworks parameter of Task.init()
None

  
  
Posted one year ago

I'm not sure. Try to see if its an attribute of Task object and see if you can change it somehow during runtime - I'm sure this wasn't intended though 🙂

  
  
Posted one year ago

After the task was initialized? 🤔

  
  
Posted one year ago
837 Views
3 Answers
one year ago
one year ago
Tags