I created a new conda environment and installed turicreate. How can I start anaconda navigator within this new environment? Currently I start navigator from the base environment and then switch to the new environment. When I do this, I can see turicreate is listed as an installed package, but when I import it, I get a modulenotfound error.
Creating new environment with a version of python (3.7) compatible with Turicreate solved this problem..