A module that allows you to view and control interactive widgets (radio buttons, checklists, etc.) on your Jupyter notebook. I tried to see how easy it was.
A classic web app practice. It's pretty easy. https://gist.github.com/emakryo/98142e8f5b02206ada660879f935139f
It looks like this in Chrome.
It's a pity that the HTML output is not displayed with gist or nbviewer.
Debugging is easy and good on jupyter. I referred to the original examples. It seems to be compatible with bokeh, and it seems to make great progress with data visualization.
Recommended Posts