Merge pull request #247428 from codedownio/jupyter-all

jupyter-all: init a package to build all Jupyter kernels
This commit is contained in:
Theodore Ni 2023-08-28 09:17:56 -07:00 committed by GitHub
commit 2656772bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 { };