ipywidgets_server icon indicating copy to clipboard operation
ipywidgets_server copied to clipboard

[unmaintained] Run Jupyter widgets outside of the notebook

Results 21 ipywidgets_server issues
Sort by recently updated
recently updated
newest added

You should be able to pass in your own custom HTML template. (because everyone loves customisation!)

It would be good to have one or two examples of bqplot and ipyvolume. I think the following make for a good example: - it should be simple: the point...

The client takes no remedial action when the websockets close. This can be confusing to a user, since the app looks normal. I think the easiest way of implementing this...

If the client shuts down gracefully, the kernel is shutdown. However, if the client crashes, or terminates abruptly, the kernel remains alive, using up resources on the server. We should...

Is it possible to serve an interactive Bokeh plot? I have attempted to do this by creating a html file from Bokeh and passing it to a html ipywidget but...

Hi, firstly I would like to say that ipywidgets-server has really helped me out and works very well. This project deserves more publicity and stars. It would be great to...

At the moment, we include the Bootstrap CSS. This changes the behaviour of other CSS rules on the page. In particular, since Bootstrap is not included in the ipywidgets embed...

At the moment, a kernel is started whenever a client connects. This does not work well if the initial start-up time of the kernel is long. We should maintain a...

Ideally, shutting down the app should also shut down the kernel and the frontend. At the moment, the frontend just tries to reconnect to the kernel. This causes a stacktrace...

By comparison to the `web3` example from ipywidgets, this repository provides guarantees of security: it should not, in principle, be possible for someone (client-side) to get the kernel to execute...