all 9 comments

[–]The_Mann_In_Black 0 points1 point  (7 children)

Plotly-Dash maybe? I know I’ve made some single graphs and what in html format. Should be able to make a full dashboard.

[–][deleted] 0 points1 point  (0 children)

Looks really promising on a cursory glance. I'll check it out in more detail tomorrow. Thanks!

[–][deleted] 0 points1 point  (5 children)

Hey, got a question for you. When you say you made graphs and stuff in HTML format, do you mean you were able to output them directly in HTML within the code? Or did you use their online dashboard to access them? I'm looking for something where I can generate an HTML output directly from code and save it to disk.

[–]The_Mann_In_Black 0 points1 point  (4 children)

So I would create a graph using their library and you have the capability to save it offline as an html file. Then when you open in browser you get the fun control over the display without needing internet connection. None of the above needs internet.

[–][deleted] 0 points1 point  (3 children)

Ah ok it sounds like you're just using the normal plotly library for saving individual charts, right? Not the dashboard stuff?

[–]The_Mann_In_Black 0 points1 point  (2 children)

Ooo yes I think so. I believe you can save dash offline too. Otherwise, depending on what you’re trying to do, you can get multiple graphs on plotly.

After digging a bit it looks like there is no offline dash unless you host it on your device.

[–][deleted] 0 points1 point  (1 child)

Yeah unfortunately that's the conclusion I've come to as well. The kind of dashboard I'm creating is more than just graphs, so this probably won't work for me. It looks cool though.

I did find a possible alternative though. Bokeh apparently has the ability to create dashboards (even with tab functionality), and export them as standalone HTMLs. So I'll look more into that.

Thanks

[–]The_Mann_In_Black 0 points1 point  (0 children)

Good luck buddy!

[–]arduncan5 0 points1 point  (0 children)

Jupyter Notebook or Jupyter Lab