diff --git a/pkgs/applications/editors/jupyter/default.nix b/pkgs/applications/editors/jupyter/default.nix index 9b078be78a70..4e7c915fd920 100644 --- a/pkgs/applications/editors/jupyter/default.nix +++ b/pkgs/applications/editors/jupyter/default.nix @@ -14,8 +14,10 @@ let makeWrapperArgs = [ "--prefix JUPYTER_PATH : ${jupyterPath}" ]; }).overrideAttrs (oldAttrs: { + inherit (python3.pkgs.notebook) version; + pname = "jupyter"; meta = oldAttrs.meta // { - mainProgram = "jupyter-notebook"; + mainProgram = "jupyter"; }; }); in