How are cells numbered in messages?
See original GitHub issueWhen I run nbqa
on a notebook with flake8
, mypy
, or pylint
, I see messages with the following structure
<file_name>:cell_#:...
How is that cell number determined?
I have not been able to locate the indicated cells.
When using a tool like NbToolbelt (see PyPI), with the command nbtb dump
, you get a listing of the notebook with all the cells numbered starting from 0 (the index in the JSON array of all cells). It is also not the number when assuming numbering starts at 1.
It also appears not to be the 0-based or 1-based number of just the code cells (the execution count).
Maybe I am overlooking the obvious. I did not find this explained in the documentation.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Cell Phone FAQs : Numbers & Letters in Text Messages
Number and letters in text messaging will sometimes require the use of a menu to be able to use them. Find the numbers...
Read more >Enter text and numbers in Numbers on iPhone - Apple Support
In Numbers on iPhone, add text and numbers to table cells by typing, copying, and pasting.
Read more >Fix text-formatted numbers by applying a number format
Click the cell, or press the arrow keys to move to the cell. Click the first cell in the range, and then drag...
Read more >Can messages show as coming from my own cell phone ...
Messages will show as coming from the number that is found on your SimpleTexting Dashboard, rather than your personal cell number.
Read more >iphone - One contact with several numbers - sent messages
When typing in a contact name while creating a new message in the Messages app, if the contact sheet for that person has...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
nice, thanks @s-weigand !
closed in e224feb