hvplot.show#
- hvplot.show(obj, title=None, port=0, **kwargs)[source]#
Starts a Bokeh server and displays the plot in a new tab.
- Parameters:
- objHoloViews/Panel object
HoloViews/Panel object to show
- titlestr
A string title to give the Document (if served as an app)
- port: int, default=0
Allows specifying a specific port
- **kwargs: dict
Additional keyword arguments passed to
panel.viewable.Viewer.show()
.
- Returns:
- server: bokeh.server.Server or panel.io.server.StoppableThread
Returns the Bokeh server instance or the thread the server was launched on (if threaded=True)