[Infra] Fix version-check workflow (#100090)
[llvm-project.git] / mlir / utils / jupyter / README.md
blobafed79fb77e64a20e66c07f73d6419ef0481cdd1
1 A Jupyter kernel for mlir (mlir-opt)
3 This is purely for experimentation. This kernel uses the reproducer runner
4 conventions to run passes.
6 To install:
8     python3 -m mlir_opt_kernel.install
10 To use it, run one of:
12 ```shell
13     jupyter notebook
14     # In the notebook interface, select MlirOpt from the 'New' menu
15     jupyter console --kernel mlir
16 ```
18 `mlir-opt` is expected to be either in the `PATH` or `MLIR_OPT_EXECUTABLE` is
19 used to point to the executable directly.