Open
Description
To Reproduce
Steps to reproduce the behavior:
- Open a notebook
URL='rerun://<internal_path>:443/dataset/184FEF3C9F2F7C554040d9a9be7e4036?partition_id=ILIAD_sbd7d2c6_2023_12_24_16h_20m_37s&time_range=log_tick@1970-01-01T00:00:00.000000013Z..1970-01-01T00:00:00.000000018Z'
viewer = Viewer(
width=int(WIDTH*1.2),
height=HEIGHT,
url=URL
)
display(viewer)
Then the viewer shows the default timeline from the blueprint and plays in it's entirety. Once the timeline window is maximized via the toggle then the time constraints apply appropriately but it doesn't switch over to the log_tick
timeline.
Expected behavior
The url sets the timeline on load.