|
|
|
|
|
by learned
834 days ago
|
|
I have a setup with poetry that runs the python data loaders in the poetry-managed virtualenv. I just created a python project and then instead of `yarn run dev` to start the dev server, just run `poetry run yarn run dev` so the python is executed within the virtualenv. This setup also lets you use a custom python package to define reusable and unit-testable code for the dataloaders that you can import into the *.json.py files to keep those really simple. |
|