• jacksilver@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      10 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.