We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to display 2 plots side-by-side. When working in Jupyter notebook, I'm able to use ipywidget's Hbox, like this:
On the other hand, when I startup the local server, I can see only this:
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Understood, thanks for your response @pplonski. I'll use subplots instead.
No branches or pull requests
I want to display 2 plots side-by-side. When working in Jupyter notebook, I'm able to use ipywidget's Hbox, like this:
On the other hand, when I startup the local server, I can see only this:
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: