Commit 094195fb authored by Tom McLaughlin's avatar Tom McLaughlin
Browse files

jupyter-all: init a package to build all Jupyter kernels

parent 97bd6588
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -9450,6 +9450,14 @@ with pkgs;
  jupyter = callPackage ../applications/editors/jupyter { };
  jupyter-all = jupyter.override {
    definitions = {
      clojure = clojupyter.definition;
      octave = octave-kernel.definition;
      # wolfram = wolfram-for-jupyter-kernel.definition; # unfree
    };
  };
  jupyter-kernel = callPackage ../applications/editors/jupyter/kernel.nix { };
  justify = callPackage ../tools/text/justify { };