Hello,
I'm able to use the libraries easily that are included in the CircuitPython library bundle, but when I download a library like ulab here: https://github.com/adafruit/circuitpython-ulab, I can't figure out how to use it. I get "ImportError: no module named 'ulab'" when moving the folder into the lib folder on the CIRCUITPY drive. Any tips on using a library like this would be greatly appreciated!