With the new widgets functionality present in nbconvert 5.5, I am trying to convert a very simple notebook containing a slider to slides like this:
```
$ jupyter nbconvert --execute Untitled.ipynb --ExecutePreprocessor.store_widget_state=True --to slides
```
However, when I see them the widget is not shown. Am I using it wrong?