Link from http://localhost:5006/bokeh doesn't work

Some context: I’m running a modified version of the line_animate.py example, where I refresh the plot to show a real time graph, so its constantly pushing to bokeh-server.

The subject says it all, really. I’d like to access my one line plot from the bokeh/ dir since the actual URL is very unwieldy, but it gives me something that looks like http://localhost:5006/bokeh/#SOMERANDOMCHARS, and doesn’t really do anything. Is there some setting I’m missing here? If I go to the link directly it works.

As a side question, can I edit the URL of my plot to be more concise/deterministic?

Thanks!