6 buildPythonPackage rec {
7 pname = "jupyter-highlight-selected-word";
11 src = fetchFromGitHub {
13 repo = "jupyter_highlight_selected_word";
14 rev = "refs/tags/${version}";
15 hash = "sha256-KgM//SIfES46uZySwNR4ZOcolnJORltvThsmEvxXoIs=";
18 # This package does not have tests
21 pythonImportsCheck = [ "jupyter_highlight_selected_word" ];
24 description = "Jupyter notebook extension that enables highlighting every instance of the current word in the notebook";
25 homepage = "https://github.com/jcb91/jupyter_highlight_selected_word";
26 license = licenses.bsd3;
27 maintainers = with maintainers; [ GaetanLepage ];