package quill
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Interactive notebook for OCaml data science
Install
dune-project
Dependency
Authors
Maintainers
Sources
raven-1.0.0.alpha2.tbz
sha256=93abc49d075a1754442ccf495645bc4fdc83e4c66391ec8aca8fa15d2b4f44d2
sha512=5eb958c51f30ae46abded4c96f48d1825f79c7ce03f975f9a6237cdfed0d62c0b4a0774296694def391573d849d1f869919c49008acffca95946b818ad325f6f
doc/src/quill.server/template_document.ml.html
Source file template_document.ml
1 2 3 4 5#1 "quill/src/server/template_document.eml" let render () = let ___eml_buffer = Buffer.create 4096 in (Buffer.add_string ___eml_buffer "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>Quill</title>\n <link rel=\"stylesheet\" href=\"/editor/styles.css\">\n <link rel=\"stylesheet\" href=\"/asset/fonts/inter/inter.css\">\n <link rel=\"stylesheet\" href=\"/asset/fonts/fira/fira_code.css\">\n</head>\n\n<body>\n <div id=\"editor-app\"></div>\n <script src=\"/editor/main.bc.wasm.js\"></script>\n</body>\n\n</html>"); (Buffer.contents ___eml_buffer)
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>