Replies: 4 comments
-
I only have experience with ipywidgets and most of my experience is from very simple examples using interact for teaching or talks or from PreliZ, for instance, https://preliz.readthedocs.io/en/latest/examples/observed_space_examples.html or https://preliz.readthedocs.io/en/latest/examples/param_space_1d_examples.html#the-roulette-method you can see the examples are relatively simple and the layout/aesthetics still needs more work. |
Beta Was this translation helpful? Give feedback.
-
anywidgets makes creating custom ipywidgets (jupyter widgets) a snap, since you have access to creating an ESM using anywidgets, and its build system. I'm a fan of the framework, and would like to explore it more. Perhaps making examples here is the next step, showing what one would do with panel/widgets/anywidget. |
Beta Was this translation helpful? Give feedback.
-
Would be happy to answer any questions about anywidget. If you support regular Jupyter Widgets, you should get anywidgets for free. It's worth mentioning that Marimo added support for anywidget only due to the more minimal API needed in the frontend. |
Beta Was this translation helpful? Give feedback.
-
Thanks @manzt I would appreciate help getting up to speed with One of the goals of the ArviZ dashboard project is to make it easy for a Bayesian modeler to visualize next steps they can take in their workflow. These visuals can also be used to showcase work done to stakeholders that are not experts with the Bayesian workflow. That means (to me at least) the visuals need to be easily rendered in a static page, which is doable, but definitely needs the build process of anywidget. I have come to the conclusion (but still need to speak with the other members) that anywidget is the right tool to choose for this project. Panel is great, but if we want static rendering then we need to be able to run statistical computations in a browser, and not in a Python backend. |
Beta Was this translation helpful? Give feedback.
-
Hey everyone,
I've been pondering some long-term considerations, especially as we navigate our dashboard widget integration. We have two choices on the table:
anywidgets
andjupyter widgets
. From what I've observed,jupyter widgets
are quite popular in packages likeJupyter Voila
andPanel
, offering a solid range of features. However, I'm wondering about their adaptability to our unique requirements for the ArviZ dashboard.Has anyone had experience with these or insights to share?
Beta Was this translation helpful? Give feedback.
All reactions