• thejevans@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    6 days 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
      link
      fedilink
      arrow-up
      0
      ·
      6 days 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.