#!/usr/bin/env python # coding: utf-8 # # explorer # In[1]: get_ipython().run_cell_magic('capture', '', '%run "libraries.ipynb"\n%run "pages - individual report.ipynb"\n\nfrom IPython.html import widgets\n') # In[2]: w = widgets.Select(description="page", options=pages) widgets.interact(display_report, page=w);