Ephera@lemmy.ml to Programmer Humor@lemmy.ml · 8 months agoWhen you're asked to sprinkle software engineering onto data science projects ✨lemmy.mlimagemessage-square16fedilinkarrow-up1253arrow-down17
arrow-up1246arrow-down1imageWhen you're asked to sprinkle software engineering onto data science projects ✨lemmy.mlEphera@lemmy.ml to Programmer Humor@lemmy.ml · 8 months agomessage-square16fedilink
minus-squarejacksilver@lemmy.worldlinkfedilinkarrow-up1·8 months agoWith jupyter notebooks in a devops perspective you could just build a process to export the notebooks to standard py files and then run them. There are actually a lot of git hooks that will actually expoet/convert .ipynb to .py files automatically since notebooks don’t work great with git.
With jupyter notebooks in a devops perspective you could just build a process to export the notebooks to standard py files and then run them.
There are actually a lot of git hooks that will actually expoet/convert .ipynb to .py files automatically since notebooks don’t work great with git.