Closed lvs0622 closed 1 day ago
Thanks @lvs0622 for reporting.
wow, it turns out user has to explicitly provide frame_range
args.
nglview doesn't want to write all frames since the data might be big.
nv.write_html('index.html', view, frame_range=(0, 4))
The result of my visualization on jupyter notebook is that I can play dynamic motion views, however, when I open the html file with nv.write_html, the image becomes static.
(the html file) Nothing happens to the image when I press the play button.