Function( Function { head: Destructured( FunctionHeadDestructured { ellipsis: true, identifier: None, arguments: [ FunctionHeadDestructuredArgument { identifier: "config", default: None, }, FunctionHeadDestructuredArgument { identifier: "lib", default: None, }, FunctionHeadDestructuredArgument { identifier: "pkgs", default: None, }, ], }, ), body: With( With { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 3, column: 6, }, end: Position { line: 3, column: 9, }, }, }, ), target: LetIn( LetIn { bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "cfg", span: Span { start: Position { line: 7, column: 3, }, end: Position { line: 7, column: 6, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "config", span: Span { start: Position { line: 7, column: 9, }, end: Position { line: 7, column: 15, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "services", span: Span { start: Position { line: 7, column: 16, }, end: Position { line: 7, column: 24, }, }, }, ), Raw( PartRaw { content: "jupyterhub", span: Span { start: Position { line: 7, column: 25, }, end: Position { line: 7, column: 35, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "kernels", span: Span { start: Position { line: 9, column: 3, }, end: Position { line: 9, column: 10, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 9, column: 14, }, end: Position { line: 9, column: 18, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "jupyter-kernel", span: Span { start: Position { line: 9, column: 19, }, end: Position { line: 9, column: 33, }, }, }, ), Raw( PartRaw { content: "create", span: Span { start: Position { line: 9, column: 34, }, end: Position { line: 9, column: 40, }, }, }, ), ], default: None, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "definitions", span: Span { start: Position { line: 10, column: 5, }, end: Position { line: 10, column: 16, }, }, }, ), ], to: IfThenElse( IfThenElse { predicate: BinaryOperation( BinaryOperation { left: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 10, column: 22, }, end: Position { line: 10, column: 25, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "kernels", span: Span { start: Position { line: 10, column: 26, }, end: Position { line: 10, column: 33, }, }, }, ), ], default: None, }, ), operator: NotEqualTo, right: Identifier( Identifier { id: "null", span: Span { start: Position { line: 10, column: 37, }, end: Position { line: 10, column: 41, }, }, }, ), }, ), then: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 11, column: 12, }, end: Position { line: 11, column: 15, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "kernels", span: Span { start: Position { line: 11, column: 16, }, end: Position { line: 11, column: 23, }, }, }, ), ], default: None, }, ), else_: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 12, column: 13, }, end: Position { line: 12, column: 17, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "jupyter-kernel", span: Span { start: Position { line: 12, column: 18, }, end: Position { line: 12, column: 32, }, }, }, ), Raw( PartRaw { content: "default", span: Span { start: Position { line: 12, column: 33, }, end: Position { line: 12, column: 40, }, }, }, ), ], default: None, }, ), span: Span { start: Position { line: 10, column: 19, }, end: Position { line: 12, column: 40, }, }, }, ), }, ), ], span: Span { start: Position { line: 9, column: 42, }, end: Position { line: 13, column: 4, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "jupyterhubConfig", span: Span { start: Position { line: 15, column: 3, }, end: Position { line: 15, column: 19, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 15, column: 22, }, end: Position { line: 15, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "writeText", span: Span { start: Position { line: 15, column: 27, }, end: Position { line: 15, column: 36, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "jupyterhub_config.py", span: Span { start: Position { line: 15, column: 38, }, end: Position { line: 15, column: 58, }, }, }, ), ], span: Span { start: Position { line: 15, column: 37, }, end: Position { line: 15, column: 59, }, }, }, ), IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "c.JupyterHub.bind_url = \"http://", span: Span { start: Position { line: 16, column: 1, }, end: Position { line: 16, column: 37, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 16, column: 39, }, end: Position { line: 16, column: 42, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "host", span: Span { start: Position { line: 16, column: 43, }, end: Position { line: 16, column: 47, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: ":", span: Span { start: Position { line: 16, column: 1, }, end: Position { line: 16, column: 49, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "toString", span: Span { start: Position { line: 16, column: 51, }, end: Position { line: 16, column: 59, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 16, column: 60, }, end: Position { line: 16, column: 63, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "port", span: Span { start: Position { line: 16, column: 64, }, end: Position { line: 16, column: 68, }, }, }, ), ], default: None, }, ), ], }, ), }, ), Raw( PartRaw { content: "\"\n\nc.JupyterHub.authenticator_class = \"", span: Span { start: Position { line: 16, column: 1, }, end: Position { line: 18, column: 41, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 18, column: 43, }, end: Position { line: 18, column: 46, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "authentication", span: Span { start: Position { line: 18, column: 47, }, end: Position { line: 18, column: 61, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\"\nc.JupyterHub.spawner_class = \"", span: Span { start: Position { line: 16, column: 1, }, end: Position { line: 19, column: 35, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 19, column: 37, }, end: Position { line: 19, column: 40, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "spawner", span: Span { start: Position { line: 19, column: 41, }, end: Position { line: 19, column: 48, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\"\n\nc.SystemdSpawner.default_url = '/lab'\nc.SystemdSpawner.cmd = \"", span: Span { start: Position { line: 16, column: 1, }, end: Position { line: 22, column: 29, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 22, column: 31, }, end: Position { line: 22, column: 34, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "jupyterlabEnv", span: Span { start: Position { line: 22, column: 35, }, end: Position { line: 22, column: 48, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/bin/jupyterhub-singleuser\"\nc.SystemdSpawner.environment = {\n 'JUPYTER_PATH': ", span: Span { start: Position { line: 16, column: 1, }, end: Position { line: 24, column: 23, }, }, }, ), Raw( PartRaw { content: "'", span: Span { start: Position { line: 16, column: 1, }, end: Position { line: 24, column: 24, }, }, }, ), Interpolation( PartInterpolation { expression: Identifier( Identifier { id: "kernels", span: Span { start: Position { line: 24, column: 26, }, end: Position { line: 24, column: 33, }, }, }, ), }, ), Raw( PartRaw { content: "'\n}\n\n", span: Span { start: Position { line: 16, column: 1, }, end: Position { line: 27, column: 5, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 27, column: 7, }, end: Position { line: 27, column: 10, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "extraConfig", span: Span { start: Position { line: 27, column: 11, }, end: Position { line: 27, column: 22, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\n", span: Span { start: Position { line: 16, column: 1, }, end: Position { line: 28, column: 3, }, }, }, ), ], span: Span { start: Position { line: 15, column: 60, }, end: Position { line: 28, column: 5, }, }, }, ), ], }, ), }, ), ], target: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "meta", span: Span { start: Position { line: 30, column: 3, }, end: Position { line: 30, column: 7, }, }, }, ), Raw( PartRaw { content: "maintainers", span: Span { start: Position { line: 30, column: 8, }, end: Position { line: 30, column: 19, }, }, }, ), ], to: With( With { expression: Identifier( Identifier { id: "maintainers", span: Span { start: Position { line: 30, column: 27, }, end: Position { line: 30, column: 38, }, }, }, ), target: List( List { elements: [ Identifier( Identifier { id: "costrouc", span: Span { start: Position { line: 30, column: 42, }, end: Position { line: 30, column: 50, }, }, }, ), ], span: Span { start: Position { line: 30, column: 40, }, end: Position { line: 30, column: 52, }, }, }, ), span: Span { start: Position { line: 30, column: 22, }, end: Position { line: 30, column: 52, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "options", span: Span { start: Position { line: 32, column: 3, }, end: Position { line: 32, column: 10, }, }, }, ), Raw( PartRaw { content: "services", span: Span { start: Position { line: 32, column: 11, }, end: Position { line: 32, column: 19, }, }, }, ), Raw( PartRaw { content: "jupyterhub", span: Span { start: Position { line: 32, column: 20, }, end: Position { line: 32, column: 30, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "enable", span: Span { start: Position { line: 33, column: 5, }, end: Position { line: 33, column: 11, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkEnableOption", span: Span { start: Position { line: 33, column: 14, }, end: Position { line: 33, column: 28, }, }, }, ), arguments: [ FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 33, column: 30, }, end: Position { line: 33, column: 33, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 33, column: 34, }, end: Position { line: 33, column: 39, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "Jupyterhub development server", span: Span { start: Position { line: 33, column: 41, }, end: Position { line: 33, column: 70, }, }, }, ), ], span: Span { start: Position { line: 33, column: 40, }, end: Position { line: 33, column: 71, }, }, }, ), ], }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "authentication", span: Span { start: Position { line: 35, column: 5, }, end: Position { line: 35, column: 19, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 35, column: 22, }, end: Position { line: 35, column: 30, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 36, column: 7, }, end: Position { line: 36, column: 11, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 36, column: 14, }, end: Position { line: 36, column: 19, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 36, column: 20, }, end: Position { line: 36, column: 23, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 37, column: 7, }, end: Position { line: 37, column: 14, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "jupyterhub.auth.PAMAuthenticator", span: Span { start: Position { line: 37, column: 18, }, end: Position { line: 37, column: 50, }, }, }, ), ], span: Span { start: Position { line: 37, column: 17, }, end: Position { line: 37, column: 51, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 38, column: 7, }, end: Position { line: 38, column: 18, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 38, column: 21, }, end: Position { line: 38, column: 24, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 38, column: 25, }, end: Position { line: 38, column: 30, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Jupyterhub authentication to use\n\nThere are many authenticators available including: oauth, pam,\nldap, kerberos, etc.\n", span: Span { start: Position { line: 39, column: 1, }, end: Position { line: 43, column: 7, }, }, }, ), ], span: Span { start: Position { line: 38, column: 31, }, end: Position { line: 43, column: 9, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 35, column: 31, }, end: Position { line: 44, column: 6, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "spawner", span: Span { start: Position { line: 46, column: 5, }, end: Position { line: 46, column: 12, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 46, column: 15, }, end: Position { line: 46, column: 23, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 47, column: 7, }, end: Position { line: 47, column: 11, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 47, column: 14, }, end: Position { line: 47, column: 19, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 47, column: 20, }, end: Position { line: 47, column: 23, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 48, column: 7, }, end: Position { line: 48, column: 14, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "systemdspawner.SystemdSpawner", span: Span { start: Position { line: 48, column: 18, }, end: Position { line: 48, column: 47, }, }, }, ), ], span: Span { start: Position { line: 48, column: 17, }, end: Position { line: 48, column: 48, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 49, column: 7, }, end: Position { line: 49, column: 18, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 49, column: 21, }, end: Position { line: 49, column: 24, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 49, column: 25, }, end: Position { line: 49, column: 30, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Jupyterhub spawner to use\n\nThere are many spawners available including: local process,\nsystemd, docker, kubernetes, yarn, batch, etc.\n", span: Span { start: Position { line: 50, column: 1, }, end: Position { line: 54, column: 7, }, }, }, ), ], span: Span { start: Position { line: 49, column: 31, }, end: Position { line: 54, column: 9, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 46, column: 24, }, end: Position { line: 55, column: 6, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "extraConfig", span: Span { start: Position { line: 57, column: 5, }, end: Position { line: 57, column: 16, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 57, column: 19, }, end: Position { line: 57, column: 27, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 58, column: 7, }, end: Position { line: 58, column: 11, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 58, column: 14, }, end: Position { line: 58, column: 19, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "lines", span: Span { start: Position { line: 58, column: 20, }, end: Position { line: 58, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 59, column: 7, }, end: Position { line: 59, column: 14, }, }, }, ), ], to: String( String_ { parts: [], span: Span { start: Position { line: 59, column: 17, }, end: Position { line: 59, column: 19, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 60, column: 7, }, end: Position { line: 60, column: 18, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 60, column: 21, }, end: Position { line: 60, column: 24, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 60, column: 25, }, end: Position { line: 60, column: 30, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Extra contents appended to the jupyterhub configuration\n\nJupyterhub configuration is a normal python file using\nTraitlets. https://jupyterhub.readthedocs.io/en/stable/getting-started/config-basics.html. The\nbase configuration of this module was designed to have sane\ndefaults for configuration but you can override anything since\nthis is a python file.\n", span: Span { start: Position { line: 61, column: 1, }, end: Position { line: 68, column: 7, }, }, }, ), ], span: Span { start: Position { line: 60, column: 31, }, end: Position { line: 68, column: 9, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "example", span: Span { start: Position { line: 69, column: 7, }, end: Position { line: 69, column: 14, }, }, }, ), ], to: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "c.SystemdSpawner.mem_limit = '8G'\nc.SystemdSpawner.cpu_limit = 2.0\n", span: Span { start: Position { line: 70, column: 1, }, end: Position { line: 72, column: 7, }, }, }, ), ], span: Span { start: Position { line: 69, column: 17, }, end: Position { line: 72, column: 9, }, }, }, ), }, ), ], span: Span { start: Position { line: 57, column: 28, }, end: Position { line: 73, column: 6, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "jupyterhubEnv", span: Span { start: Position { line: 75, column: 5, }, end: Position { line: 75, column: 18, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 75, column: 21, }, end: Position { line: 75, column: 29, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 76, column: 7, }, end: Position { line: 76, column: 11, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 76, column: 14, }, end: Position { line: 76, column: 19, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "package", span: Span { start: Position { line: 76, column: 20, }, end: Position { line: 76, column: 27, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 77, column: 7, }, end: Position { line: 77, column: 14, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 77, column: 17, }, end: Position { line: 77, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "python3", span: Span { start: Position { line: 77, column: 22, }, end: Position { line: 77, column: 29, }, }, }, ), Raw( PartRaw { content: "withPackages", span: Span { start: Position { line: 77, column: 30, }, end: Position { line: 77, column: 42, }, }, }, ), ], default: None, }, ), arguments: [ Function( Function { head: Simple( FunctionHeadSimple { identifier: "p", }, ), body: With( With { expression: Identifier( Identifier { id: "p", span: Span { start: Position { line: 77, column: 52, }, end: Position { line: 77, column: 53, }, }, }, ), target: List( List { elements: [ Identifier( Identifier { id: "jupyterhub", span: Span { start: Position { line: 78, column: 9, }, end: Position { line: 78, column: 19, }, }, }, ), Identifier( Identifier { id: "jupyterhub-systemdspawner", span: Span { start: Position { line: 79, column: 9, }, end: Position { line: 79, column: 34, }, }, }, ), ], span: Span { start: Position { line: 77, column: 55, }, end: Position { line: 80, column: 8, }, }, }, ), span: Span { start: Position { line: 77, column: 47, }, end: Position { line: 80, column: 8, }, }, }, ), span: Span { start: Position { line: 77, column: 44, }, end: Position { line: 80, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "defaultText", span: Span { start: Position { line: 81, column: 7, }, end: Position { line: 81, column: 18, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "literalExpression", span: Span { start: Position { line: 81, column: 21, }, end: Position { line: 81, column: 38, }, }, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "pkgs.python3.withPackages (p: with p; [\n jupyterhub\n jupyterhub-systemdspawner\n])\n", span: Span { start: Position { line: 82, column: 1, }, end: Position { line: 86, column: 7, }, }, }, ), ], span: Span { start: Position { line: 81, column: 39, }, end: Position { line: 86, column: 9, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 87, column: 7, }, end: Position { line: 87, column: 18, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 87, column: 21, }, end: Position { line: 87, column: 24, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 87, column: 25, }, end: Position { line: 87, column: 30, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Python environment to run jupyterhub\n\nCustomizing will affect the packages available in the hub and\nproxy. This will allow packages to be available for the\nextraConfig that you may need. This will not normally need to\nbe changed.\n", span: Span { start: Position { line: 88, column: 1, }, end: Position { line: 94, column: 7, }, }, }, ), ], span: Span { start: Position { line: 87, column: 31, }, end: Position { line: 94, column: 9, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 75, column: 30, }, end: Position { line: 95, column: 6, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "jupyterlabEnv", span: Span { start: Position { line: 97, column: 5, }, end: Position { line: 97, column: 18, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 97, column: 21, }, end: Position { line: 97, column: 29, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 98, column: 7, }, end: Position { line: 98, column: 11, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 98, column: 14, }, end: Position { line: 98, column: 19, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "package", span: Span { start: Position { line: 98, column: 20, }, end: Position { line: 98, column: 27, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 99, column: 7, }, end: Position { line: 99, column: 14, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 99, column: 17, }, end: Position { line: 99, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "python3", span: Span { start: Position { line: 99, column: 22, }, end: Position { line: 99, column: 29, }, }, }, ), Raw( PartRaw { content: "withPackages", span: Span { start: Position { line: 99, column: 30, }, end: Position { line: 99, column: 42, }, }, }, ), ], default: None, }, ), arguments: [ Function( Function { head: Simple( FunctionHeadSimple { identifier: "p", }, ), body: With( With { expression: Identifier( Identifier { id: "p", span: Span { start: Position { line: 99, column: 52, }, end: Position { line: 99, column: 53, }, }, }, ), target: List( List { elements: [ Identifier( Identifier { id: "jupyterhub", span: Span { start: Position { line: 100, column: 9, }, end: Position { line: 100, column: 19, }, }, }, ), Identifier( Identifier { id: "jupyterlab", span: Span { start: Position { line: 101, column: 9, }, end: Position { line: 101, column: 19, }, }, }, ), ], span: Span { start: Position { line: 99, column: 55, }, end: Position { line: 102, column: 8, }, }, }, ), span: Span { start: Position { line: 99, column: 47, }, end: Position { line: 102, column: 8, }, }, }, ), span: Span { start: Position { line: 99, column: 44, }, end: Position { line: 102, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "defaultText", span: Span { start: Position { line: 103, column: 7, }, end: Position { line: 103, column: 18, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "literalExpression", span: Span { start: Position { line: 103, column: 21, }, end: Position { line: 103, column: 38, }, }, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "pkgs.python3.withPackages (p: with p; [\n jupyterhub\n jupyterlab\n])\n", span: Span { start: Position { line: 104, column: 1, }, end: Position { line: 108, column: 7, }, }, }, ), ], span: Span { start: Position { line: 103, column: 39, }, end: Position { line: 108, column: 9, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 109, column: 7, }, end: Position { line: 109, column: 18, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 109, column: 21, }, end: Position { line: 109, column: 24, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 109, column: 25, }, end: Position { line: 109, column: 30, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Python environment to run jupyterlab\n\nCustomizing will affect the packages available in the\njupyterlab server and the default kernel provided. This is the\nway to customize the jupyterlab extensions and jupyter\nnotebook extensions. This will not normally need to\nbe changed.\n", span: Span { start: Position { line: 110, column: 1, }, end: Position { line: 117, column: 7, }, }, }, ), ], span: Span { start: Position { line: 109, column: 31, }, end: Position { line: 117, column: 9, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 97, column: 30, }, end: Position { line: 118, column: 6, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "kernels", span: Span { start: Position { line: 120, column: 5, }, end: Position { line: 120, column: 12, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 120, column: 15, }, end: Position { line: 120, column: 23, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 121, column: 7, }, end: Position { line: 121, column: 11, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 121, column: 14, }, end: Position { line: 121, column: 19, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "nullOr", span: Span { start: Position { line: 121, column: 20, }, end: Position { line: 121, column: 26, }, }, }, ), ], default: None, }, ), arguments: [ FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 121, column: 28, }, end: Position { line: 121, column: 33, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "attrsOf", span: Span { start: Position { line: 121, column: 34, }, end: Position { line: 121, column: 41, }, }, }, ), ], default: None, }, ), arguments: [ FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 121, column: 42, }, end: Position { line: 121, column: 47, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "submodule", span: Span { start: Position { line: 121, column: 48, }, end: Position { line: 121, column: 57, }, }, }, ), ], default: None, }, ), arguments: [ FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "import", span: Span { start: Position { line: 121, column: 59, }, end: Position { line: 121, column: 65, }, }, }, ), arguments: [ Path( Path { parts: [ Raw( PartRaw { content: "../jupyter/kernel-options.nix", span: Span { start: Position { line: 121, column: 66, }, end: Position { line: 121, column: 95, }, }, }, ), ], span: Span { start: Position { line: 121, column: 66, }, end: Position { line: 121, column: 95, }, }, }, ), Map( Map { recursive: false, bindings: [ Inherit( BindingInherit { from: None, attributes: [ Raw( PartRaw { content: "lib", span: Span { start: Position { line: 122, column: 17, }, end: Position { line: 122, column: 20, }, }, }, ), ], span: Span { start: Position { line: 121, column: 97, }, end: Position { line: 122, column: 21, }, }, }, ), ], span: Span { start: Position { line: 121, column: 96, }, end: Position { line: 123, column: 8, }, }, }, ), ], }, ), ], }, ), ], }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 125, column: 7, }, end: Position { line: 125, column: 14, }, }, }, ), ], to: Identifier( Identifier { id: "null", span: Span { start: Position { line: 125, column: 17, }, end: Position { line: 125, column: 21, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "example", span: Span { start: Position { line: 126, column: 7, }, end: Position { line: 126, column: 14, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "literalExpression", span: Span { start: Position { line: 126, column: 17, }, end: Position { line: 126, column: 34, }, }, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "{\n python3 = let\n env = (pkgs.python3.withPackages (pythonPackages: with pythonPackages; [\n ipykernel\n pandas\n scikit-learn\n ]));\n in {\n displayName = \"Python 3 for machine learning\";\n argv = [\n \"", span: Span { start: Position { line: 127, column: 1, }, end: Position { line: 137, column: 16, }, }, }, ), Raw( PartRaw { content: "$", span: Span { start: Position { line: 127, column: 1, }, end: Position { line: 137, column: 19, }, }, }, ), Raw( PartRaw { content: "{env.interpreter}\"\n \"-m\"\n \"ipykernel_launcher\"\n \"-f\"\n \"{connection_file}\"\n ];\n language = \"python\";\n logo32 = \"", span: Span { start: Position { line: 127, column: 1, }, end: Position { line: 144, column: 23, }, }, }, ), Raw( PartRaw { content: "$", span: Span { start: Position { line: 127, column: 1, }, end: Position { line: 144, column: 26, }, }, }, ), Raw( PartRaw { content: "{env}/", span: Span { start: Position { line: 127, column: 1, }, end: Position { line: 144, column: 32, }, }, }, ), Raw( PartRaw { content: "$", span: Span { start: Position { line: 127, column: 1, }, end: Position { line: 144, column: 35, }, }, }, ), Raw( PartRaw { content: "{env.sitePackages}/ipykernel/resources/logo-32x32.png\";\n logo64 = \"", span: Span { start: Position { line: 127, column: 1, }, end: Position { line: 145, column: 23, }, }, }, ), Raw( PartRaw { content: "$", span: Span { start: Position { line: 127, column: 1, }, end: Position { line: 145, column: 26, }, }, }, ), Raw( PartRaw { content: "{env}/", span: Span { start: Position { line: 127, column: 1, }, end: Position { line: 145, column: 32, }, }, }, ), Raw( PartRaw { content: "$", span: Span { start: Position { line: 127, column: 1, }, end: Position { line: 145, column: 35, }, }, }, ), Raw( PartRaw { content: "{env.sitePackages}/ipykernel/resources/logo-64x64.png\";\n };\n}\n", span: Span { start: Position { line: 127, column: 1, }, end: Position { line: 148, column: 7, }, }, }, ), ], span: Span { start: Position { line: 126, column: 35, }, end: Position { line: 148, column: 9, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 149, column: 7, }, end: Position { line: 149, column: 18, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 149, column: 21, }, end: Position { line: 149, column: 24, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 149, column: 25, }, end: Position { line: 149, column: 30, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Declarative kernel config\n\nKernels can be declared in any language that supports and has\nthe required dependencies to communicate with a jupyter server.\nIn python's case, it means that ipykernel package must always be\nincluded in the list of packages of the targeted environment.\n", span: Span { start: Position { line: 150, column: 1, }, end: Position { line: 156, column: 7, }, }, }, ), ], span: Span { start: Position { line: 149, column: 31, }, end: Position { line: 156, column: 9, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 120, column: 24, }, end: Position { line: 157, column: 6, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "port", span: Span { start: Position { line: 159, column: 5, }, end: Position { line: 159, column: 9, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 159, column: 12, }, end: Position { line: 159, column: 20, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 160, column: 7, }, end: Position { line: 160, column: 11, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 160, column: 14, }, end: Position { line: 160, column: 19, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "port", span: Span { start: Position { line: 160, column: 20, }, end: Position { line: 160, column: 24, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 161, column: 7, }, end: Position { line: 161, column: 14, }, }, }, ), ], to: Integer( Integer { value: "8000", span: Span { start: Position { line: 161, column: 17, }, end: Position { line: 161, column: 21, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 162, column: 7, }, end: Position { line: 162, column: 18, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 162, column: 21, }, end: Position { line: 162, column: 24, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 162, column: 25, }, end: Position { line: 162, column: 30, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Port number Jupyterhub will be listening on\n", span: Span { start: Position { line: 163, column: 1, }, end: Position { line: 164, column: 7, }, }, }, ), ], span: Span { start: Position { line: 162, column: 31, }, end: Position { line: 164, column: 9, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 159, column: 21, }, end: Position { line: 165, column: 6, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "host", span: Span { start: Position { line: 167, column: 5, }, end: Position { line: 167, column: 9, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 167, column: 12, }, end: Position { line: 167, column: 20, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 168, column: 7, }, end: Position { line: 168, column: 11, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 168, column: 14, }, end: Position { line: 168, column: 19, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 168, column: 20, }, end: Position { line: 168, column: 23, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 169, column: 7, }, end: Position { line: 169, column: 14, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "0.0.0.0", span: Span { start: Position { line: 169, column: 18, }, end: Position { line: 169, column: 25, }, }, }, ), ], span: Span { start: Position { line: 169, column: 17, }, end: Position { line: 169, column: 26, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 170, column: 7, }, end: Position { line: 170, column: 18, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 170, column: 21, }, end: Position { line: 170, column: 24, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 170, column: 25, }, end: Position { line: 170, column: 30, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Bind IP JupyterHub will be listening on\n", span: Span { start: Position { line: 171, column: 1, }, end: Position { line: 172, column: 7, }, }, }, ), ], span: Span { start: Position { line: 170, column: 31, }, end: Position { line: 172, column: 9, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 167, column: 21, }, end: Position { line: 173, column: 6, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "stateDirectory", span: Span { start: Position { line: 175, column: 5, }, end: Position { line: 175, column: 19, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 175, column: 22, }, end: Position { line: 175, column: 30, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 176, column: 7, }, end: Position { line: 176, column: 11, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 176, column: 14, }, end: Position { line: 176, column: 19, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 176, column: 20, }, end: Position { line: 176, column: 23, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 177, column: 7, }, end: Position { line: 177, column: 14, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "jupyterhub", span: Span { start: Position { line: 177, column: 18, }, end: Position { line: 177, column: 28, }, }, }, ), ], span: Span { start: Position { line: 177, column: 17, }, end: Position { line: 177, column: 29, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 178, column: 7, }, end: Position { line: 178, column: 18, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 178, column: 21, }, end: Position { line: 178, column: 24, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 178, column: 25, }, end: Position { line: 178, column: 30, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Directory for jupyterhub state (token + database)\n", span: Span { start: Position { line: 179, column: 1, }, end: Position { line: 180, column: 7, }, }, }, ), ], span: Span { start: Position { line: 178, column: 31, }, end: Position { line: 180, column: 9, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 175, column: 31, }, end: Position { line: 181, column: 6, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 32, column: 33, }, end: Position { line: 182, column: 4, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "config", span: Span { start: Position { line: 184, column: 3, }, end: Position { line: 184, column: 9, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkMerge", span: Span { start: Position { line: 184, column: 12, }, end: Position { line: 184, column: 19, }, }, }, ), arguments: [ List( List { elements: [ FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkIf", span: Span { start: Position { line: 185, column: 6, }, end: Position { line: 185, column: 10, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 185, column: 11, }, end: Position { line: 185, column: 14, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "enable", span: Span { start: Position { line: 185, column: 15, }, end: Position { line: 185, column: 21, }, }, }, ), ], default: None, }, ), Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "systemd", span: Span { start: Position { line: 186, column: 7, }, end: Position { line: 186, column: 14, }, }, }, ), Raw( PartRaw { content: "services", span: Span { start: Position { line: 186, column: 15, }, end: Position { line: 186, column: 23, }, }, }, ), Raw( PartRaw { content: "jupyterhub", span: Span { start: Position { line: 186, column: 24, }, end: Position { line: 186, column: 34, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 187, column: 9, }, end: Position { line: 187, column: 20, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "Jupyterhub development server", span: Span { start: Position { line: 187, column: 24, }, end: Position { line: 187, column: 53, }, }, }, ), ], span: Span { start: Position { line: 187, column: 23, }, end: Position { line: 187, column: 54, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "after", span: Span { start: Position { line: 189, column: 9, }, end: Position { line: 189, column: 14, }, }, }, ), ], to: List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "network.target", span: Span { start: Position { line: 189, column: 20, }, end: Position { line: 189, column: 34, }, }, }, ), ], span: Span { start: Position { line: 189, column: 19, }, end: Position { line: 189, column: 35, }, }, }, ), ], span: Span { start: Position { line: 189, column: 17, }, end: Position { line: 189, column: 37, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "wantedBy", span: Span { start: Position { line: 190, column: 9, }, end: Position { line: 190, column: 17, }, }, }, ), ], to: List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "multi-user.target", span: Span { start: Position { line: 190, column: 23, }, end: Position { line: 190, column: 40, }, }, }, ), ], span: Span { start: Position { line: 190, column: 22, }, end: Position { line: 190, column: 41, }, }, }, ), ], span: Span { start: Position { line: 190, column: 20, }, end: Position { line: 190, column: 43, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "serviceConfig", span: Span { start: Position { line: 192, column: 9, }, end: Position { line: 192, column: 22, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "Restart", span: Span { start: Position { line: 193, column: 11, }, end: Position { line: 193, column: 18, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "always", span: Span { start: Position { line: 193, column: 22, }, end: Position { line: 193, column: 28, }, }, }, ), ], span: Span { start: Position { line: 193, column: 21, }, end: Position { line: 193, column: 29, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "ExecStart", span: Span { start: Position { line: 194, column: 11, }, end: Position { line: 194, column: 20, }, }, }, ), ], to: String( String_ { parts: [ Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 194, column: 26, }, end: Position { line: 194, column: 29, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "jupyterhubEnv", span: Span { start: Position { line: 194, column: 30, }, end: Position { line: 194, column: 43, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/bin/jupyterhub --config ", span: Span { start: Position { line: 194, column: 24, }, end: Position { line: 194, column: 69, }, }, }, ), Interpolation( PartInterpolation { expression: Identifier( Identifier { id: "jupyterhubConfig", span: Span { start: Position { line: 194, column: 71, }, end: Position { line: 194, column: 87, }, }, }, ), }, ), ], span: Span { start: Position { line: 194, column: 23, }, end: Position { line: 194, column: 89, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "User", span: Span { start: Position { line: 195, column: 11, }, end: Position { line: 195, column: 15, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "root", span: Span { start: Position { line: 195, column: 19, }, end: Position { line: 195, column: 23, }, }, }, ), ], span: Span { start: Position { line: 195, column: 18, }, end: Position { line: 195, column: 24, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "StateDirectory", span: Span { start: Position { line: 196, column: 11, }, end: Position { line: 196, column: 25, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 196, column: 28, }, end: Position { line: 196, column: 31, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "stateDirectory", span: Span { start: Position { line: 196, column: 32, }, end: Position { line: 196, column: 46, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "WorkingDirectory", span: Span { start: Position { line: 197, column: 11, }, end: Position { line: 197, column: 27, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "/var/lib/", span: Span { start: Position { line: 197, column: 31, }, end: Position { line: 197, column: 61, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 197, column: 42, }, end: Position { line: 197, column: 45, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "stateDirectory", span: Span { start: Position { line: 197, column: 46, }, end: Position { line: 197, column: 60, }, }, }, ), ], default: None, }, ), }, ), ], span: Span { start: Position { line: 197, column: 30, }, end: Position { line: 197, column: 62, }, }, }, ), }, ), ], span: Span { start: Position { line: 192, column: 25, }, end: Position { line: 198, column: 10, }, }, }, ), }, ), ], span: Span { start: Position { line: 186, column: 37, }, end: Position { line: 199, column: 8, }, }, }, ), }, ), ], span: Span { start: Position { line: 185, column: 23, }, end: Position { line: 200, column: 6, }, }, }, ), ], }, ), ], span: Span { start: Position { line: 184, column: 20, }, end: Position { line: 201, column: 4, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 29, column: 4, }, end: Position { line: 202, column: 2, }, }, }, ), span: Span { start: Position { line: 5, column: 1, }, end: Position { line: 202, column: 2, }, }, }, ), span: Span { start: Position { line: 3, column: 1, }, end: Position { line: 202, column: 2, }, }, }, ), span: Span { start: Position { line: 1, column: 1, }, end: Position { line: 202, column: 2, }, }, }, )