Jupyter Dashboard repo provides hadar_dashboard
python package which is an one-line jupyter widget to display a little dashboard and navigate into Hadar results.
plottting = hd.HTMLPlotting(...)
from hadar_dashboard import dashboard
dashboard(plotting)
pip install -r requirements.txt
export PYTHONPATH=$(pwd)
jupyter notebook example/Begin\ Stochastic.ipynb