segger_dev icon indicating copy to clipboard operation
segger_dev copied to clipboard

[BUG] 'qv_column' is not defined

Open MIC0001 opened this issue 8 months ago • 1 comments


name: Bug Report about: Report a bug or unexpected behavior title: "[BUG] qv_column" labels: bug assignees: ''


Describe the bug I am running the tutorial section 1.1 here: https://elihei2.github.io/segger_dev/notebooks/segger_tutorial/

And it had this bug: NameError: name 'qv_column' is not defined

Any thoughts? Thanks!

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots or logs If applicable, add screenshots or logs to help explain your problem.

Environment (please complete the following information):

  • OS: [e.g. macOS, Windows, Linux]
  • Python version: [e.g. 3.9]
  • Package version: [e.g. 1.2.3]

Additional context Add any other context about the problem here.

MIC0001 avatar May 12 '25 16:05 MIC0001

Dear @MIC0001, the online tutorial is deprecated. Could you please re-clone the repo (re-install if you didn't use -e in the pip install, if you did, it's fine). and use this tutorial? https://github.com/EliHei2/segger_dev/blob/main/docs/notebooks/segger_tutorial.ipynb

let us know if the problem persists.

EliHei2 avatar May 19 '25 08:05 EliHei2