Powered by AppSignal & Oban Pro
Would you like to see your link here? Contact us

QCIC script

scripts/livebook/qcic-script.livemd

QCIC script

livebook_dir = Path.dirname(__ENV__.file)

Mix.install([
  {:kino_vega_lite, "~> 0.1.11"},
  {:qcic, path: Path.join(livebook_dir, "qcic")}
])

Code

The code has been moved to a mix project, in the same directory as this livebook

QCIC - Host Report


Kino.Markdown.new(Qcic.show())