Loading pkgs/development/python-modules/jupyter-nbextensions-configurator/default.nix 0 → 100644 +28 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , jupyter-contrib-core }: buildPythonPackage rec { pname = "jupyter-nbextensions-configurator"; version = "0.6.3"; src = fetchFromGitHub { owner = "jupyter-contrib"; repo = "jupyter_nbextensions_configurator"; rev = "refs/tags/${version}"; hash = "sha256-ovKYHATRAC5a5qTMv32ohU2gJd15/fRKXa5HI0zGp/0="; }; propagatedBuildInputs = [ jupyter-contrib-core ]; pythonImportsCheck = [ "jupyter_nbextensions_configurator" ]; meta = with lib; { description = "A jupyter notebook serverextension providing config interfaces for nbextensions"; homepage = "https://github.com/jupyter-contrib/jupyter_nbextensions_configurator"; license = licenses.bsd3; maintainers = with maintainers; [ GaetanLepage ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5439,6 +5439,8 @@ self: super: with self; { jupyter-lsp = callPackage ../development/python-modules/jupyter-lsp { }; jupyter-nbextensions-configurator = callPackage ../development/python-modules/jupyter-nbextensions-configurator { }; jupyter-server = callPackage ../development/python-modules/jupyter-server { }; jupyter-server-fileid = callPackage ../development/python-modules/jupyter-server-fileid { }; Loading Loading
pkgs/development/python-modules/jupyter-nbextensions-configurator/default.nix 0 → 100644 +28 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , jupyter-contrib-core }: buildPythonPackage rec { pname = "jupyter-nbextensions-configurator"; version = "0.6.3"; src = fetchFromGitHub { owner = "jupyter-contrib"; repo = "jupyter_nbextensions_configurator"; rev = "refs/tags/${version}"; hash = "sha256-ovKYHATRAC5a5qTMv32ohU2gJd15/fRKXa5HI0zGp/0="; }; propagatedBuildInputs = [ jupyter-contrib-core ]; pythonImportsCheck = [ "jupyter_nbextensions_configurator" ]; meta = with lib; { description = "A jupyter notebook serverextension providing config interfaces for nbextensions"; homepage = "https://github.com/jupyter-contrib/jupyter_nbextensions_configurator"; license = licenses.bsd3; maintainers = with maintainers; [ GaetanLepage ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5439,6 +5439,8 @@ self: super: with self; { jupyter-lsp = callPackage ../development/python-modules/jupyter-lsp { }; jupyter-nbextensions-configurator = callPackage ../development/python-modules/jupyter-nbextensions-configurator { }; jupyter-server = callPackage ../development/python-modules/jupyter-server { }; jupyter-server-fileid = callPackage ../development/python-modules/jupyter-server-fileid { }; Loading