1import _jquery from "jquery"; 2 3// Some users depend on jQuery being globally set by sage_cell. 4// We take care to initialize the jQuery global variable only if 5// another jQuery is not set. 6window.jQuery = window.jQuery || window.$ || _jquery; 7window.$ = window.$ || window.jQuery || _jquery; 8 9