Skip to content

Commit cf46e6a

Browse files
authored
Update click-events.md
1 parent 09df5f3 commit cf46e6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/click-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jupyter:
3939

4040
#### Update Points Using a Click Callback
4141

42-
```
42+
```python
4343
import plotly.graph_objects as go
4444

4545
import numpy as np
@@ -85,4 +85,4 @@ See [these Jupyter notebooks](https://github.com/jonmmease/plotly_ipywidget_note
8585
import plotly.graph_objects as go
8686
f = go.FigureWidget([go.Scatter()])
8787
help(f.data[0].on_click)
88-
```
88+
```

0 commit comments

Comments
 (0)