1 { lib, buildPythonPackage, fetchPypi
5 buildPythonPackage rec {
6 pname = "jupyterlab-widgets";
10 pname = "jupyterlab_widgets";
12 hash = "sha256-YAWk6XTHvu6EBg/fujQaMhhJUEbeiuPsZIiOX+Gf20w=";
22 pythonImportsCheck = [ "jupyterlab_widgets" ];
25 description = "Jupyter Widgets JupyterLab Extension";
26 homepage = "https://github.com/jupyter-widgets/ipywidgets";
27 license = licenses.bsd3;
28 maintainers = with maintainers; [ jonringer ];