We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2860c85 commit 277ec83Copy full SHA for 277ec83
README.md
@@ -31,8 +31,6 @@ pip install git+https://github.com/harupy/sphinx-plotly-directive.git
31
px.scatter(x=[0, 1, 2, 3, 4], y=[0, 1, 4, 9, 16])
32
```
33
34
-The last line of a code block must end with an expression that evaluates to a plotly figure.
35
-
36
#### Output:
37
38
<img src="https://user-images.githubusercontent.com/17039389/97077273-4278ae80-161d-11eb-89d7-9963776b7ed3.gif" width="80%" />
0 commit comments