14 buildPythonPackage rec {
17 format = "setuptools";
20 inherit pname version;
21 hash = "sha256-CMt1xuCpaDYUfL/cVVgK4E0T4F0m/7w3e04caLqiix8=";
24 propagatedBuildInputs = [
34 checkInputs = [ pytestCheckHook ];
37 description = "IPython HTML widgets for Jupyter";
38 homepage = "http://ipython.org/";
39 license = lib.licenses.bsd3;
40 maintainers = with lib.maintainers; [ fridh ];