mljar / mercury

Convert Jupyter Notebooks to Web Apps
https://RunMercury.com
GNU Affero General Public License v3.0
3.99k stars 253 forks source link

Ipywidgets HBox not working in server #456

Open Gallawander opened 3 months ago

Gallawander commented 3 months ago

I want to display 2 plots side-by-side. When working in Jupyter notebook, I'm able to use ipywidget's Hbox, like this:

image

On the other hand, when I startup the local server, I can see only this:

image

Am I doing something wrong?

pplonski commented 2 months ago

Hi @Gallawander,

We don't have full support for ipywidgets in Mercury, some of them are working and some are not. Please try to make splitted plot with plotly itself.

Gallawander commented 2 months ago

Understood, thanks for your response @pplonski. I'll use subplots instead.