Closed bbejanov closed 2 months ago
This PR fixes passing user arguments to start.
start
For example, the following currently fails to correctly pass the desired offline path to plotlyjs to the kaleido executable. It is fixed by this PR.
PlotlyKaleido.start(plotlyjs="/path/to/plotly-latest.min.js")
This PR fixes passing user arguments to
start
.For example, the following currently fails to correctly pass the desired offline path to plotlyjs to the kaleido executable. It is fixed by this PR.