Plot doesn't respond to widget changes in notebooksharing.space

Hi!

I’m aiming to reproduce one of the examples of the dashboard section in Holoviews in notebooksharing.space.

It seems the plot does not respond to widget changes in the uploaded notebook. I’m wondered if anyone knows how to make it works.

Thanks!

It doesn’t seem like notebooksharing.space has a live server so the best you can do is to use Panel embedding. You could try something like:

pn.panel(rolling(dmap, rolling_window=2)).embed()

and

app.embed()

You can read more about embedding in the Panel user guide.

@philippjfr, thanks for the suggestion. I’ve got the same problem when I’m rendering the plots in jupyter book.
FYI, I’ve tried embedding but it doesn’t work in notebooksharing.space, see here

It seems like you didn’t save before uploading the file because this one works fine. Note however that the file size can grow quickly for embedded contents and the file size limit on notebooksharing.space is 10MB.

@philippjfr, you’re right! I didn’t save before uploading. Now, it works! Thanks for the assistance and note about the size limit on notebooksharing.space.

2 Likes