xref: /llvm-project/mlir/utils/jupyter/mlir_opt_kernel/assets/kernel.js (revision 04c66edd3251975fd253e4c4b0e86ea56e8a7f46)
1define([ "codemirror/lib/codemirror", "base/js/namespace" ],
2       function(CodeMirror, IPython) {
3         "use strict";
4         var onload = function() {
5           // TODO: Add syntax highlighting.
6           console.log("Loading kernel.js from MlirOptKernel");
7         };
8         return {onload : onload};
9       });
10