We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1217acc commit a214d63Copy full SHA for a214d63
docs/user-guide/loki/workflow-widget-loki.ipynb
@@ -60,10 +60,10 @@
60
"pbox = wfw.parameter_box\n",
61
"pbox.parameter_refresh_button.click()\n",
62
"# Enable DirectBeam input\n",
63
- "pbox._input_widgets[DirectBeam].children[0].enabled = True\n",
64
- "pbox._input_widgets[DirectBeam].children[0].wrapped._option_box.value = None\n",
+ "pbox._input_widgets[DirectBeam].children[0].value = True\n",
+ "pbox._input_widgets[DirectBeam].children[1].children[1]._option_box.value = None\n",
65
"# Adjust Q range\n",
66
- "pbox._input_widgets[QBins].children[0].fields[\"start\"].value = 0.01\n",
+ "pbox._input_widgets[QBins].fields[\"start\"].value = 0.01\n",
67
"# Run the workflow\n",
68
"rbox = wfw.result_box\n",
69
"rbox.run_button.click()"
0 commit comments