I am trying to read through an ipynb (never used before), but every cell has a lightbulb covering the content.
- What is an SPDX license identifier?
- Why is it prompting me for this in every cell?
- How can I turn off these suggestions temporarily?
I am trying to read through an ipynb (never used before), but every cell has a lightbulb covering the content.
I put this in my settings.json
:
"editor.lightbulb.enabled": false,
I assume it’ll work in an ipynb as well.
See https://spdx.dev/learn/handling-license-info/
Because every cell is considered a standalone file and this tooltip shows up for the first line on every file. Last time I asked it wasn’t exactly possible to know wheter the file is a “fake” cell file or a real file.