homebrew-cask/Casks/j/jupyter-notebook-ql.rb

18 lines
590 B
Ruby

cask "jupyter-notebook-ql" do
version "0.2"
sha256 "f3a39ba316a32cd3ba63e2274e2d3355a0ef639f6e79c2eec40d462020599653"
url "https://github.com/jendas1/jupyter-notebook-quick-look/releases/download/v#{version}/jupyter-notebook-quick-look.qlgenerator.zip"
name "Jupyter Notebook Quick Look"
desc "QuickLook plugin for Jupyter notebooks"
homepage "https://github.com/jendas1/jupyter-notebook-quick-look"
qlplugin "jupyter-notebook-quick-look.qlgenerator"
# No zap stanza required
caveats <<~EOS
You need python 3 and the nbconvert module to use this plugin.
EOS
end