I would like to know if there is a simple solution or a beginner-friendly tutorial for using the ChipWhisperer Pro through basic Python code, without the need to use Jupyter Notebooks, which can be somewhat confusing for me at times. Is it possible, or does there exist, a step-by-step guide with just Python code?
The sequence of Notebooks is not always clear (which one to run first? Should I rerun the block with the keywords “Platform” and “Scope” before each block?). I found the notebook “notebooks/jupyter/archive/!!Suggested_Completion_Order!!.ipynb” in the archive folder. Is there an equivalent guide somewhere for creating a Python program from scratch?
Thank you in advance for your help, which is always greatly appreciated.
you can simply paste the code of notebook’s cells on a text file and run it using python…
The notebooks are simply a easier way for us to learn than having a pdf with instructions on a window and the python files on another, as with jupyther you have all in the same page and you’re able to test what you are learning simply by hitting Shift+Enter
Thank you so much for your helpful message. I really appreciate your insights and suggestions. After a few attempts and, most importantly, a bit of practice, I’m finding my way more and more. With practice, I’ve noticed that using the notebooks isn’t as difficult as it first seemed.
I will go ahead and close this ticket. I’ll continue my experiments with Jupyter Notebooks, and I’m grateful for the support and tips you’ve provided.
Thanks again for your positive feedback and encouragement!