jupyterlab_code_formatter
jupyterlab_code_formatter copied to clipboard
Add go to cell option when formatting fails
Problem
When in a large notebook that has gotten tragically messy there can syntax errors hidden in some cells in the notebook. This causes whole notebook formatting to fail. That's reasonable, but it can be difficult to figure out which cell the error is in as the error message doesn't actually give any details on this. Only the line number in that cell.

Proposed Solution
Add a Go to Cell option to this error message.
Ooo, that's a good idea, will see what I can do but I have extremely limited bandwidth these days