Dashboard

Select cell below and press Ctrl+Enter


In [1]:
from dashboard import dashboard
dashboard(max=10)

To view tensorboard results click on tensorboard and then on open

Debugging:

Widgetsnbextension are not installed/enabled. Fix:

pip install ipywidgets
jupyter nbextension enable --py widgetsnbextension

Reloading the page, restarting the kernel, restarting jupyter might help too.


In [ ]: