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
Unanswered
Hi All! I Have Methods Inside Notebooks That I Made Available To Clis Using Nbdev


Hi @<1528908687685455872:profile|MassiveBat21>

However

no useful

template

is created for down stream executions - the source code template is all messed up,

Interesting, could you provide the code that is "created", or even better some way to reproduce it ? It sounds like sort of a bug? or maybe a feature support that is missing.

My question is - what is a best practice in this case to be able to run exported scripts (python code not made available thourgh a .py file but through a bash script).

If you are exporting the code manually, then I would use clearml-task to launch it (or create an experiment).
None

BTW: if in your jupyter notebook you add the Task.init call, it will automatically export it into clearml so you can clone/enqueue it right from the UI, without the need to manually export the notebook

  
  
Posted one year ago
135 Views
0 Answers
one year ago
one year ago