Issue
I found a way to implement interactive slider using Bokeh without relying on Bokeh server, since Bokeh server doesn't work in VS code.
But this new way doesn't work in vs code either, though it still works in web browser.
Is it possible to run it in vs code?
Solution
The jupyter mentioned in your link is used, so please install the jupyter extension and create the .ipynb
file.
I used the basic interactor demo in the link.
After all execution, I can get the content shown in the figure:
Of course, when you adjust the scroll bar below, you need to rerun the penultimate cell:
Answered By - MingJie-MSFT
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.