Skip to content

Commit

Permalink
docs(python): Update bokeh to use cdn to avoid Bokeh Error (#19788)
Browse files Browse the repository at this point in the history
Co-authored-by: Liam Brannigan <[email protected]>
  • Loading branch information
braaannigan and Liam Brannigan authored Nov 16, 2024
1 parent dda61f8 commit 50c1135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/src/python/user-guide/misc/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
by="species",
width=650,
)
hvplot.save(plot, "docs/assets/images/hvplot_scatter.html")
hvplot.save(plot, "docs/assets/images/hvplot_scatter.html", resources="cdn")
with open("docs/assets/images/hvplot_scatter.html", "r") as f:
chart_html = f.read()
print(f"{chart_html}")
Expand Down

0 comments on commit 50c1135

Please sign in to comment.