questions: - variable: "$image.repository" label: Jupyter image type: enum required: true default: "" options: - "jupyter/scipy-notebook:ubuntu-24.04" - "jupyter/scipy-notebook:conda-26.1.1" - "jupyter/pyspark-notebook:spark-4.1.1" - "jupyter/pyspark-notebook:conda-26.1.1" - "jupyter/pytorch-notebook:cuda12-notebook-7.5.5" - "jupyter/pytorch-notebook:cuda12-python-3.13" - variable: "$jupyterConfig.token" label: Login password type: password required: false default: "" - variable: "$homeVolume.enabled" label: Home directory volume type: boolean required: false default: "true" - variable: "$dataVolume.enabled" label: Data volume type: boolean required: false default: "false"