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
Hello,

Hello, . I'm trying to build Pipeline from tasks like on this video None only with one exception - my files has .ipynb extension, noy .py, and i have error (/home/user/.clearml/venvs-builds/3.10/bin/python: can't open file '/home/user/.clearml/venvs-builds/3.10/path/to/file/ my_file.py ': [Errno 2] No such file or directory), BUT i have my_file.ipynb in this directory. Please help me, how to build .ipynb files pipeline from tasks? Is there any parametr or method for this situation?

  
  
Posted 2 years ago
Votes Newest

Answers 2


okay(
Is there any way to use ipynb file in pipeline from code?

  
  
Posted 2 years ago

Hi @<1577106236631945216:profile|SucculentCat11> , I think the file must be a .py file

  
  
Posted 2 years ago
1K Views
2 Answers
2 years ago
2 years ago
Tags