ipywidgets_server
                                
                                 ipywidgets_server copied to clipboard
                                
                                    ipywidgets_server copied to clipboard
                            
                            
                            
                        [unmaintained] Run Jupyter widgets outside of the notebook
Hi , In your widget you have mentioned that for loading the widget user needs to enter the url like `http://127.0.0.1:8866` , I wonder why `localhost not works instead for...
I'm experimenting with the [Dash](https://github.com/plotly/dash) framework (from plotly guys) and they made it very easy to deploy the app on Heroku. But I really prefer ipywidgets + bqplot. So, I...
Instructions for configuring a server to use ipywidgets_server would be great. Happy to help by at least trying the instructions out!
The recent versions of ipyvolume don't seem to work with ipywidsgets-server. There are no error messages and the screen just stays blank. I downgraded the version of ipyvolume which i...
In PR #33, I removed all of the matplotlib examples because they were very brittle. I think this is mostly due to the brittleness of embedding matplotlib plots in an...
Hi, when using ipywidgets.Tab, all the children objects are shown in all the tabs spaces. This example works well in a notebook, but not via ipywidgets-server ```python #!/usr/bin/env python import...
(Sorry, I don't have any experience with JS and HTML) I've built a plotting widget in a Jupyter Notebook using `bqplot`. It uses `IPython.display.clear_output()` to redraw everything, which doesn't work...
How can you embed ipywidgets-server output in a webpage? Originally raised as part of issue #39 .
There are some new widgets (e.g. `FloatLogSlider`) that aren't included in the javascript bundled with the last release of `ipywidgets_server`. Looks like a new release (and maybe bumping the minimum...
There seems to be a conflict with a beakerx table and customisation settings in ipywidgets-server ( defined in the \static\index.html). I define the width of the web app to be...