newaetech / chipwhisperer-jupyter

Interactive ChipWhisperer tutorials using Jupyter notebooks.
220 stars 70 forks source link

Switch from tnrange to trange #46

Closed jrozner closed 1 year ago

jrozner commented 1 year ago

tnrange is deprecated and tqdm advises to move to trange instead. Also import from tqdm.notebook rather than tqdm to get the nicer output.