Hello,
I’ve been trying to get dynamic form to work, but have been failing miserably. What am I doing wrong? Thank you!
---
cluster: "test"
form:
- auto_accounts
- jupyter_mode
- custom_jupyter_path
- bc_num_hours
- bc_num_slots
- bc_email_on_started
attributes:
jupyter_mode:
label: "Jupyter Executable"
help: >
Select the Jupyter executable you want to use. Choose the default path,
or select "Custom Path" to specify your own environment.
widget: select
options:
- [
"Default (Python 3.12.8)",
"/n/fs/jupyter/bin/jupyter",
data-hide-custom-jupyter-path: true,
data-set-custom-jupyter-path: ''
]
- ["Custom Path", "custom"]
custom_jupyter_path:
label: "Custom Jupyter Path"
help: "Select the path to your custom jupyter binary."
widget: path_selector
required: false