Closed Yevgnen closed 3 years ago
Yes, this is annoying. Same problem if you try to grep a collection of notebooks.
If I run the linters through a language server, then it works. Otherwise, you can save and edit the .py version of these notebooks. I guess I have no better suggestion here.
I haven't run linters through language servers before, thanks for your advices!
Thanks for the package. I've switched from
jupyter
inOrg
mode tocode-cells
for data analysis. The only issue is, the linters (pylint
,mypy
, etc. ) do not work with the raw.ipynb
files, and of course they should not. The error messages always show strange messages and wrong position information likeCan this be fixed or do you have any suggestion on this? Thanks.