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

16 lines
595 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"
appcast "https://github.com/jendas1/jupyter-notebook-quick-look/releases.atom"
name "Jupyter Notebook Quick Look"
homepage "https://github.com/jendas1/jupyter-notebook-quick-look"
qlplugin "jupyter-notebook-quick-look.qlgenerator"
caveats <<~EOS
You need python 3 and the nbconvert module to use this plugin.
EOS
end