[llvm] 78d91e4 - [llvm][TableGen][Jupyter] Correct notebook name in example command

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 01:14:59 PST 2023


Author: David Spickett
Date: 2023-03-09T09:14:13Z
New Revision: 78d91e4452d0085c929eaa7a8dddccf7b077556b

URL: https://github.com/llvm/llvm-project/commit/78d91e4452d0085c929eaa7a8dddccf7b077556b
DIFF: https://github.com/llvm/llvm-project/commit/78d91e4452d0085c929eaa7a8dddccf7b077556b.diff

LOG: [llvm][TableGen][Jupyter] Correct notebook name in example command

Added: 
    

Modified: 
    llvm/utils/TableGen/jupyter/README.md

Removed: 
    


################################################################################
diff  --git a/llvm/utils/TableGen/jupyter/README.md b/llvm/utils/TableGen/jupyter/README.md
index 581662a069f9c..660b5a7015feb 100644
--- a/llvm/utils/TableGen/jupyter/README.md
+++ b/llvm/utils/TableGen/jupyter/README.md
@@ -32,7 +32,7 @@ Then run one of:
     # Then in the notebook interface, select 'LLVM TableGen' from the 'New' menu.
 
     # To run the example notebook in this folder.
-    jupyter notebook LLVM_Tablegen.ipynb
+    jupyter notebook LLVM_TableGen.ipynb
 
     # To use the kernel from the command line.
     jupyter console --kernel tablegen


        


More information about the llvm-commits mailing list