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-squarejevans ⁂@lemmy.mllinkfedilinkarrow-up1·8 months 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-squaredriving_crooner@lemmy.eco.brlinkfedilinkarrow-up1·8 months agoIn this new job I’m also looking up for the devops access (they even have github completely blocked on the corporate network) and I’m hoping I can connect it somehow with VS Code (in the pass one I couldn’t)
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.
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.
In this new job I’m also looking up for the devops access (they even have github completely blocked on the corporate network) and I’m hoping I can connect it somehow with VS Code (in the pass one I couldn’t)
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.