Dashboard#

To launch an interactive dashboard in your notebook that allows you to add choppers and detectors via jupyter widgets, use the following:

[1]:
%matplotlib widget
from tof import Dashboard

Dashboard()
[1]: