The main window of VNL is meant for viewing the content of files.
Locate the file here and drag it to the Viewer. That should show you full trajectory as a movie.
It is also possible to run this little piece of code with atkpython to get the exact coordinates.
traj = nlread('trajectory.nc', Trajectory)[0]
print traj.images()[-1].cartesianCoordinates()
You can look up 'nlread' and Trajectory in the manual if you need something else.