File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,12 +38,14 @@ kaleido.get_chrome_sync()
3838Kaleido v1 introduces a new API. If you're currently using v0, you'll need
3939to make changes to your code and environment where you are running Kaleido.
4040
41- - If using Kaleido v1 with Plotly.py, you will need to install Plotly.py v6.1.1 or later.
41+ - If using Kaleido v1 with Plotly.py, you will need to install
42+ Plotly.py v6.1.1 or later.
4243- Chrome is no longer included with Kaleido. Kaleido will look for an existing Chrome
4344installation, but also provides commands for installing Chrome.
4445If you don't have Chrome, you'll need to install it.
4546See the installation section above for instructions.
46- - If your code uses Kaleido directly: ` kaleido.scopes.plotly ` has been removed in v1.
47+ - If your code uses Kaleido directly: ` kaleido.scopes.plotly ` has been
48+ removed in v1.
4749Kaleido v1 provides ` write_fig ` and ` write_fig_sync ` for exporting Plotly figures.
4850
4951``` python
@@ -118,4 +120,3 @@ my_page = kaleido.PageGenerator(
118120 others=["a list of other script links to include"]
119121)
120122```
121-
You can’t perform that action at this time.
0 commit comments