You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/python/README.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,14 @@ Our python tutorials are written in [ipython notebooks](http://ipython.org/noteb
34
34
35
35
```
36
36
## Reference
37
-
See https://plot.ly/python/reference/#scatter for more information and chart attribute options!
37
+
See https://plot.ly/python/reference/##heatmap for more information and chart attribute options!
38
38
```
39
39
40
-
where `https://plot.ly/python/reference/#scatter` is replaced with the pertinent link(s) to our python [reference page](https://plot.ly/python/reference/)!
40
+
where `https://plot.ly/python/reference/##heatmap` is replaced with the pertinent link(s) to our python [reference
41
+
page](https://plot.ly/python/reference/)!
42
+
43
+
and/or provide a help call:
44
+
`help(FF.create_table)` (*This applies to documentation on FigureFactory functions)
41
45
5. Finally, convert your .ipynb to a .html file by adding the following code snippet as the last cell of your notebook.
42
46
- Replace `your-tutorial-chart` with the type of chart you're creating in the tutorial.)
43
47
- Please be dilligent about adding this information completely and in the order as it appears here (this is really helpful if future edits are necessary :D )
0 commit comments