python3Packages.jupyter-c-kernel: init at 1.2.2

This commit is contained in:
Chris Ostrouchov
2020-08-10 10:03:43 -07:00
committed by Jon
parent 2147589c7a
commit eacff247fd
2 changed files with 36 additions and 0 deletions
+2
View File
@@ -3299,6 +3299,8 @@ in {
jupyter = callPackage ../development/python-modules/jupyter { };
jupyter-c-kernel = callPackage ../development/python-modules/jupyter-c-kernel { };
jupyter_console = if pythonOlder "3.5" then
callPackage ../development/python-modules/jupyter_console/5.nix { }
else