ipywidgets_server
                                
                                 ipywidgets_server copied to clipboard
                                
                                    ipywidgets_server copied to clipboard
                            
                            
                            
                        Embed ipywidgets server in a web-page
How can you embed ipywidgets-server output in a webpage?
Originally raised as part of issue #39 .
- 
You can serve custom HTML from ipywidgets-server. See this issue. This is useful if your web-page is mostly a dashboard and you want to customise a few things around that. 
- 
If your webpage is mostly HTML, you can serve ipywidgets-server normally, and use an iframe in your webpage to display ipywidgets-server contents. If ipywidgets-server is serving on http://some-host.com, then add a tag like<iframe src="http://some-host.com" width="600" height="400"></iframe>. For more documentation on iframes: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe.
Whatever option you choose, I'd love to hear how you get on.