Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 315 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 315 Bytes

Customized UI in Jupyter

This repo include two ways of rendering interactive ui in Jupyter environment:

  • 1_embed_html/ includes how to wrap html,css and javascript into strings and fit into a front-end template.
  • 2_ipywidget/ includes code of generating a customized ipython widget in jupyter notebook.