CW in JupyterLab

Hi,
I’d like to use use CW (5.3) in JupyterLab. I have made the Windows binary install, and everything works well in the Notebook environment, but when I try and load CW in JupyterLab (or any other Python environment), I get the error message “No module named ‘chipwhisperer’”. How do I fix this?
Thanks!

Hi,

ChipWhisperer packages its own copy of Python for the installer. If you’d like to use your own copy of Python, you’ll need to install it for that copy as well. I’d recommend simply doing it via pip install chipwhisperer, since you already have the drivers/hardware files from your installation.

Alex

Thanks! Works like a charm.