[BUG] 'qv_column' is not defined
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:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- 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.
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.