1
i have already tried that but it also said the same way?
example:i have tried this in Jupyter Notebooks
import chipwhisperer as cw
Connect to scope
scope = cw.scope()
If using CW305, connect to target as well
Can ignore msg about no bitstream
target = cw.target(None, cw.targets.CW305)
