In both cases, pip list shows cwtvla 0.1.0 installed. However, even after restarting kernel and Jupyter server, import cwtvla gives ModuleNotFoundError: No module named 'cwtvla'.
What is the proper procedure to get CWTVLA working in Jupyter?
I haven’t figured out the cause yet, but if you install from github directly by downloading https://github.com/newaetech/chipwhisperer-tvla and running python setup.py install in the downloaded directory it should work as a quick fix.