Ephera@lemmy.ml to Programmer Humor@lemmy.ml · 10 months agoWhen you're asked to sprinkle software engineering onto data science projects ✨lemmy.mlexternal-linkmessage-square12linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkWhen you're asked to sprinkle software engineering onto data science projects ✨lemmy.mlEphera@lemmy.ml to Programmer Humor@lemmy.ml · 10 months agomessage-square12linkfedilink
minus-squarejacksilver@lemmy.worldlinkfedilinkarrow-up0·10 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.
deleted by creator
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.