1 # Jupyter notebook with the given kernel definitions
5 , definitions ? jupyter-kernel.default
9 jupyterPath = (jupyter-kernel.create { inherit definitions; });
10 jupyter-notebook = (python3.buildEnv.override {
11 extraLibs = [ python3.pkgs.notebook ];
12 makeWrapperArgs = ["--prefix JUPYTER_PATH : ${jupyterPath}"];
13 }).overrideAttrs(oldAttrs: {
14 meta = oldAttrs.meta // { mainProgram = "jupyter-notebook"; };