Merge pull request #107869 from elohmeier/jupyter3

This commit is contained in:
Sandro
2021-03-20 20:29:26 +01:00
committed by GitHub
6 changed files with 184 additions and 15 deletions

View File

@@ -3565,6 +3565,8 @@ in {
jupyter_core = callPackage ../development/python-modules/jupyter_core { };
jupyter_server = callPackage ../development/python-modules/jupyter_server { };
jupyterhub = callPackage ../development/python-modules/jupyterhub { };
jupyterhub-ldapauthenticator = callPackage ../development/python-modules/jupyterhub-ldapauthenticator { };
@@ -3583,6 +3585,8 @@ in {
jupyterlab_server = callPackage ../development/python-modules/jupyterlab_server { };
jupyter-packaging = callPackage ../development/python-modules/jupyter-packaging { };
jupyter-repo2docker = callPackage ../development/python-modules/jupyter-repo2docker {
pkgs-docker = pkgs.docker;
};
@@ -4486,6 +4490,8 @@ in {
naturalsort = callPackage ../development/python-modules/naturalsort { };
nbclassic = callPackage ../development/python-modules/nbclassic { };
nbclient = callPackage ../development/python-modules/nbclient { };
nbconflux = callPackage ../development/python-modules/nbconflux { };