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
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,14 @@ Our python tutorials are written in [ipython notebooks](http://ipython.org/noteb
29
29
2.`cd` into the folder you created and run `ipython notebook`
30
30
- From the <b>New</b> dropdown create a new notebook and title it based on the type of chart you're adding to the documentation.
31
31
3. Base your tutorial structure off of one of our exsisting tutorials (i.e. `documentation/_posts/python/table/table.ipynb`)
32
-
- <b>Now we have an awesome bavigation bar on the left side of our tutorial pages.</b> The navigation bar displayed the titles you add to your notebook. Please title each example clearly and order then from basic -> advanced.
32
+
- <b>Now we have an awesome navigation bar on the left side of our tutorial pages.</b> The navigation bar displayed the titles you add to your notebook. Please title each example clearly and order then from basic -> advanced.
33
33
4. The last content cell of your notebook should be a markdown cell with:
34
-
```
35
-
## Reference
36
-
See https://plot.ly/python/reference/#scatter for more information and chart attribute options!
37
-
```
34
+
35
+
```
36
+
## Reference
37
+
See https://plot.ly/python/reference/#scatter for more information and chart attribute options!
38
+
```
39
+
38
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/)!
39
41
5. Finally, convert your .ipynb to a .html file by adding the following code snippet as the last cell of your notebook.
40
42
- Replace `your-tutorial-chart` with the type of chart you're creating in the tutorial.)
0 commit comments