Unverified Commit 2656772b authored by Theodore Ni's avatar Theodore Ni Committed by GitHub
Browse files

Merge pull request #247428 from codedownio/jupyter-all

jupyter-all: init a package to build all Jupyter kernels
parents 2cc480a3 094195fb
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -9607,6 +9607,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 { };