Jupyter widgets docs don't actually use ipywidgets. ...? #6496
Replies: 2 comments 6 replies
-
Interactivity is different from allowing new computations. This being said, Quarto can't have an example for every possible Python modules using JavaScript. |
Beta Was this translation helpful? Give feedback.
-
Ok, I propose editing the docs page https://quarto.org/docs/interactive/widgets/jupyter.html to include content from the clarifications said in this thread. Namely that some widgets will work and others won't, and how users can distinguish between them. I can take a stab at doing so, but first want to get a "feel" from admins about whether they'd be open to a Pull Request along these lines. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm looking at the Quarto Docs for Interactivity and Jupyter Widgets:
but...that page doesn't actually use any
ipywidgets
. (They use ipyleaf and plotly.)So I'm confused how to actually do it. Something like a simple slider?
When I try the simplest interactive slider widget....
...I find that it doesn't seem to render when I preview or publish my blog.
How do we get this to work?
Thanks.
The related Issue I can find, #2445, is already closed a year ago. So I'm opening a new Discussion prior to reporting a bug.
PS- What I want to do is make a graph that responds interactively as readers move a slider. The docs lead me to believe this should be possible even for static web pages, and that I won't need to learn Oberservable JS or Shiny, that I can do it all in python with Jupyter. If this is not the case, the docs should be edited to not mislead users.
Beta Was this translation helpful? Give feedback.
All reactions