I am trying to execute the CWTVLA notebook on my CW305.
However, I’m not able to get CWTVLA installed and imported in this environment. I’m using Release 5.5 installed on Windows 10.
I tried the following:
import sys
!{sys.executable} -m pip install cwtvla
and
%pip install cwtvla
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?
Thanks,
Chris