this is my first question here;-)
I am using Python 3.6 via Anaconda Navigator (1.7) and that program shows a list of packages when I click Environments. Are these packages directly useable or do I have to start any process therefor? In a script I want to use the import-function for the package "gf", this one is not in the list above. Where do I find it in a compatible form and how can I make it useable?
Anaconda says it has to be .yaml or .yml (Conda environment files) or .txt (Conda explicit specification files or pip requirement files)
I know the other way with the command line and WHL files, but Anaconda does not seem to have any command line as the kind-of-user-guide says. First I tried renaming other install files to .txt, but Anaconda just took ages and got a serious problem that I had to restart it several times. I also tried to check https://anaconda.org/conda-forge for "gf", but it seems not available there.
Best Regards