Bokeh 2.3.3
# Add a hover tool hover = HoverTool(tooltips=[ ("x", "@x"), ("y", "@y"), ]) p.add_tools(hover)
Bokeh 2.3.3 automatically tries to load BokehJS (the client-side library) from a CDN. If you're working in an air-gapped or offline environment, you can download the BokehJS static files separately and serve them locally. bokeh 2.3.3
For older enterprise architectures that cache specific Sub-Resource Integrity (SRI) hashes, Bokeh 2.3.3 supplies vetted script hashes for stable deployment. # Add a hover tool hover = HoverTool(tooltips=[
, which covers everything from basic glyphs to server deployment. Bokeh documentation Installation : Use pip to target this specific version: pip install bokeh==2.3.3 Sample Data bokeh 2.3.3
