<div dir="ltr"><div><div><div><div><div><div><div>To answer my own questions:<br></div>NumericalTrait doesn't yet work with ipywidgets. But it probably could!<br><br></div>We made an example that uses a passthrough traitlet:<br><a href="http://nbviewer.ipython.org/gist/anonymous/0358c8fee545f6ab5853">http://nbviewer.ipython.org/gist/anonymous/0358c8fee545f6ab5853</a><br><br></div>Everything works pretty well, with two sliders exposing the same value, automatically handling the translation. Nice!<br><br></div>The javascript side is a bit ugly, as there isn't a ton of resources for potentially complex forms. As it is, <a href="https://github.com/gentooboontoo/js-quantities">quantities</a> is the best option.<br><br></div>It also looks like openmdao units would be possible, but it's all pretty baked in... perhaps this is an opportunity for entry_points?<br><br></div>As an aside, we tried to put that gist up as a binder, but ran into some issues... i'll raise them appropriately!<br></div></div>