How do i get my interactive Holoviews graph to display in Visual Studio (without Jupyter)?
问题 I'm mainly using Jupyter Notebook / Lab when using Holoviews for interactive plotting. How do I make Visual Studio display my interactive graphs and panels, without using the Interactive Jupyter inside Visual Studio? 回答1: One way to use interactive graphs from Holoviews etc in Visual Studio is executing code to show the graph in your browser (which Holoviews is meant for). The example below puts your Holoviews graph in a Panel and starts a Bokeh server. It opens a new tab on your browser and