[PATCH] D132378: [LLVM][TableGen] Add jupyter kernel for llvm-tblgen
    David Spickett via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Sep  8 02:03:24 PDT 2022
    
    
  
DavidSpickett added a comment.
> Btw, why do you need an *.md and *.ipynb file?
The ipynb is the notebook itself which contains the cells and copies of the last output from those cells. This is the one you can re-run and edit in jupyter.
The markdown is a static export of the resulting notebook so you can see what the kernel can do without running it. Also though Phabricator does have support for diffing ipynb, github doesn't and markdown makes it easier to tell what changed without running it locally.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132378/new/
https://reviews.llvm.org/D132378
    
    
More information about the llvm-commits
mailing list