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'M Trying To Create A Task In A Jupyter Notebook, And I Always Get This Warning:


There could be a few things. The notebook path goes through a symlink a few levels up the file system (before hitting the repo root, though). I'm also in an anaconda env with a mix of conda and pip packages. The notebook kernel is also not the default kernel, but that's a common use case.

If it helps to know, I'm running on Linux with jupyterlab, and the trains-server is hosted on the same machine (using the defaults from the docker-compose.yml ). I'm on trains version 0.16.3 .

  
  
Posted 3 years ago
91 Views
0 Answers
3 years ago
one year ago