Hacker News new | ask | show | jobs
by ssanderson11235 2976 days ago
There have been a couple attempts to add dashboarding to Jupyter:

https://github.com/jupyter/dashboards was/is a dashboard system built by a team at IBM. I think the project stalled somewhat after IBM stopped funding it.

There are a few long threads in the currently active jupyter repos about building dashboard systems as extensions: https://github.com/jupyterlab/jupyterlab/issues/1640, https://github.com/jupyter-widgets/ipywidgets/issues/2018.

1 comments

I was searching for such dashboard utility and I found this: https://github.com/oschuett/appmode It may be useful for some of the cases.