Skip to content

Commit 6669d3e

Browse files
authored
removed outdated comments about offline in configuration tutorial (#2013)
1 parent e667b1a commit 6669d3e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/python/configuration-options.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jupyter:
2222
pygments_lexer: ipython3
2323
version: 3.7.3
2424
plotly:
25-
description: How to set configuration options of plotly graphs in python. Examples
26-
of both online and offline configurations.
25+
description: How to set configuration options of plotly graphs in python.
2726
display_as: file_settings
2827
language: python
2928
layout: base
@@ -34,8 +33,8 @@ jupyter:
3433
thumbnail: thumbnail/modebar-icons.png
3534
---
3635

37-
#### Offline Configuration Options
38-
Now you can pass a `config` dictionary with all configurations options such as `scrollZoom`, `editable`, and `displayModeBar`. For the complete list of config options check out: https://github.com/plotly/plotly.js/blob/master/src/plot_api/plot_config.js
36+
37+
You can pass a `config` dictionary with all configurations options such as `scrollZoom`, `editable`, and `displayModeBar`. For the complete list of config options check out: https://github.com/plotly/plotly.js/blob/master/src/plot_api/plot_config.js
3938

4039
##### Enable Scroll Zoom
4140

0 commit comments

Comments
 (0)