Ephera@lemmy.ml to Programmer Humor@lemmy.ml · 10 days agoWhen you're asked to sprinkle software engineering onto data science projects ✨lemmy.mlexternal-linkmessage-square15fedilinkarrow-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 days agomessage-square15fedilink
minus-squarejacksilver@lemmy.worldlinkfedilinkarrow-up0·8 days 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.