I am developing a prototype application for work (likely considered commercial setting) that utilizes Bokeh library.
This app generates HTML visualization output that displays proprietary information - to share for evaluation.
The HTML file with visualizations has the Bokeh icon (link to Bokeh) in the visualization itself + a note the information is proprietary.
I am not sharing binary code or anything like that - just the HTML output.
Question: Would this Bokeh icon in the HTML visualization be sufficient from licensing aspect (BSD 3-Clause) - if HTML file is the only item that’s being shared?
@bokehstars2025 I’m not sure I understand your question. The source code for Bokeh is BSD licensed but you are not under any obligations to include a Bokeh logo or anything else in the outputs you generate using Bokeh.
No, I don’t see why it should. Numpy and Pandas both use the same BDS 3-clause license as Bokeh. Do you have similar worries or concern incorporating those libraries? Because the situation is identical.