Ephera@lemmy.ml to Programmer Humor@lemmy.ml · 7 days agoWhen you're asked to sprinkle software engineering onto data science projects ✨lemmy.mlimagemessage-square15fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageWhen you're asked to sprinkle software engineering onto data science projects ✨lemmy.mlEphera@lemmy.ml to Programmer Humor@lemmy.ml · 7 days agomessage-square15fedilink
minus-squarethejevans@lemmy.mllinkfedilinkarrow-up0·6 days agoI don’t know if DevOps can render them. It certainly can’t on my system. I would recommend not using the remote repository WebUI for that feature.
minus-squarejacksilver@lemmy.worldlinkfedilinkarrow-up0·6 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.
I don’t know if DevOps can render them. It certainly can’t on my system. I would recommend not using the remote repository WebUI for that feature.
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.