acceptable-balloon-2043
08/28/2025, 11:31 AMjupyter_notebook
target that would allow them to be treated similarly as python_source
for purposes of dependency inference or even linters/checkers/formatters. There already exists a tool (nbconvert) that can output a python equivalent file to a notebook, so it sounds like a viable option to run that in the pants backend and redirect everything to the resulting python file.. but it's hard for me to estimate how viable this is as a plugin and what issues I might hit.
Any one tried something like this or any advice from pants maintainers on feasibility of such an approach (redirecting linters/dependency inference to an ephemerally generated file as part of the run)?square-psychiatrist-19087
08/28/2025, 2:05 PMacceptable-balloon-2043
08/28/2025, 2:11 PMsquare-psychiatrist-19087
08/28/2025, 2:13 PM