Hi,
I installed the nuscense-dev toolkit on Windows 10. I use Anaconda as my environment. I am able to load the data and examine it. However, when I tun a command like:
nusc.render_sample(first_sample_token)
or
nusc.render_sample_data(cam_front_data['token'])
The command runs without error or warnings but it does not produce any output.
Using the Jupiter Notebook in a web browser it works fine. Can someone help me with this?
I checked if tkinter is installed properly and it is. The version is 8.6.8 and when I run tkinter._test() the test window pops up.
Thanks,
Nikola