• thejevans@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    3 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
      1
      ·
      3 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.

      • driving_crooner@lemmy.eco.br
        link
        fedilink
        arrow-up
        1
        ·
        3 days ago

        VS code can export and import from a to jupyter notebooks, but there’s some kind of bug and the imported notebooks always keep a ## % on each cell (not a high deal, but is annoying because subsequent exports/imports think they are cells to be created)

    • driving_crooner@lemmy.eco.br
      link
      fedilink
      arrow-up
      1
      ·
      3 days ago

      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)