1 { lib, buildPythonPackage, fetchPypi
5 buildPythonPackage rec {
6 pname = "jupyterlab-widgets";
10 pname = "jupyterlab_widgets";
12 sha256 = "sha256-x2cYE5m0yotke+/i2ROxJg9Rv52O+behRjLUwae1Nr0=";
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 SuperSandro2000 ];