17 buildPythonPackage rec {
23 inherit pname version;
24 hash = "sha256-hw5DsaNWVqgMGMlQO78tFoAtsctIfuxvqyfWgzgd3hc=";
27 build-system = [ setuptools ];
45 description = "IPython HTML widgets for Jupyter";
46 homepage = "https://github.com/jupyter-widgets/ipywidgets";
47 license = lib.licenses.bsd3;