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