hynky's picture
hynky HF staff
handlebars
5b7848c
raw
history blame
225 Bytes
// import { plotClusters } from './clusters'
import { init_memory_plot } from './memory'
document.addEventListener("DOMContentLoaded", () => {
console.log("DOMContentLoaded");
init_memory_plot();
}, { once: true });