phinze/homebrew-cask

View on GitHub
Casks/j/jupyter-notebook-ql.rb

Summary

Maintainability
A
0 mins
Test Coverage
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 "Quick Look 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