244
submitted 3 months ago by Ephera@lemmy.ml to c/programmerhumor@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] thejevans@lemmy.ml 9 points 3 months ago

Jupyter notebooks can totally handled by git! If you use GitHub, it will even render them on the WebUI for you.

[-] driving_crooner@lemmy.eco.br 2 points 3 months ago

I'm my past job we had Azure-devOps, i tried to upload an jupyter notebook but it didn't recognized it was a jupyter notebook and show the file as a JSON and it was not nice to work with, I had to export the notebooks as python scripts to get it working fine. In my new job, I'll still waiting for the IT team to approve and set up something for me.

[-] thejevans@lemmy.ml 1 points 3 months ago

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.

[-] jacksilver@lemmy.world 1 points 3 months ago

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.

load more comments (1 replies)
load more comments (3 replies)
load more comments (3 replies)
this post was submitted on 08 Nov 2024
244 points (97.3% liked)

Programmer Humor

32707 readers
276 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS