https://kedro.org/ logo
#resources
Title
# resources
j

Juan Luis

07/05/2023, 8:40 AM
nice and short writeup on Cloud development environments https://contributor-experience.org/docs/guide/tools/cdes.html I'm very fond of Gitpod for trainings and live demos but I still use my local development environment for almost anything else. what do folks use on their day to day?
d

datajoely

07/05/2023, 9:08 AM
I saw this the other day but haven’t used it yet https://github.com/loft-sh/devpod
đź‘€ 1
d

Deepyaman Datta

07/07/2023, 4:26 PM
My team uses Codespaces. Lot of people like it because you can connect from your local VS Code easily. I personally think it's most useful when you have some (more complex) infrastructure or services to spin up; for something like Kedro, unless we're talking about testing particular datasets or deployment options, it feels unnecessary (just create a virtual env and install stuff).