14 buildPythonPackage rec {
15 pname = "ipydatawidgets";
21 inherit pname version;
22 sha256 = "d9f94828c11e3b40350fb14a02e027f42670a7c372bcb30db18d552dcfab7c01";
25 propagatedBuildInputs = [
32 checkInputs = [ pytest pytestcov nbval ];
34 checkPhase = "pytest ipydatawidgets/tests";
37 description = "Widgets to help facilitate reuse of large datasets across different widgets";
38 homepage = "https://github.com/vidartf/ipydatawidgets";
39 license = lib.licenses.bsd3;
40 maintainers = with lib.maintainers; [ bcdarwin ];