I've been playing around with the dashboards server; so far I can download a bundled .zip and
deploy it to the dashboards server.
However, I'm not clear on how those resources can be accessed from the
python side in a notebook (as opposed to client-side). I was thinking from this:
That it was as simple as a pd.read_csv(). But when I try this, the current working directory
of the kernel is not the same as where the .zip file has been unpacked to. Is there
an easy way to sync these up?
Thanks and kind regards,
Brian Bloniarz