Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5f55fd6

Browse files
committed
Update README.md
1 parent 3e72908 commit 5f55fd6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

_posts/python/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@ Our python tutorials are written in [ipython notebooks](http://ipython.org/noteb
2929
2. `cd` into the folder you created and run `ipython notebook`
3030
- 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.
3131
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.
3333
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+
3840
where `https://plot.ly/python/reference/#scatter` is replaced with the pertinent link(s) to our python [reference page](https://plot.ly/python/reference/)!
3941
5. Finally, convert your .ipynb to a .html file by adding the following code snippet as the last cell of your notebook.
4042
- Replace `your-tutorial-chart` with the type of chart you're creating in the tutorial.)

0 commit comments

Comments
 (0)