···61 pkgs.python3.pkgs.playwright
62 ]
63 '';
64- description = ''Extra packages to be available in the jupyter runtime enviroment'';
65 };
66 extraEnvironmentVariables = lib.mkOption {
67- description = ''Extra enviroment variables to be set in the runtime context of jupyter notebook'';
68 default = { };
69 example = lib.literalExpression ''
70 {
···61 pkgs.python3.pkgs.playwright
62 ]
63 '';
64+ description = "Extra packages to be available in the jupyter runtime environment";
65 };
66 extraEnvironmentVariables = lib.mkOption {
67+ description = "Extra environment variables to be set in the runtime context of jupyter notebook";
68 default = { };
69 example = lib.literalExpression ''
70 {