You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to make this more "nx-ey" instead of using nx in this hacky way of just running commands for me.
I am trying to figure out if your python plugin could be used to handle this - or not ?
Description
I do not use poetry as of now, and just use normal
python
with a centralvenv
.So, I have a project structure as:
And in my
project.json
I have something like:I would love to make this more "nx-ey" instead of using nx in this hacky way of just running commands for me.
I am trying to figure out if your python plugin could be used to handle this - or not ?
Motivation
Looking to clean up the way I use nx to leverage nx better.
I have tried https://github.com/hogarthww-labs/nx-python
and https://github.com/nx-python/PyNX
both seem to be unmaintained.
Suggested Implementation
Not sure - if there is a clear pat in your mind, I can spend some time in trying to implement it.
But note that I am pretty new to nx pugins...
Alternate Implementations
Keep using run-commands 😞
The text was updated successfully, but these errors were encountered: