|
1 | 1 | { |
2 | 2 | "metadata": { |
3 | 3 | "name": "", |
4 | | - "signature": "sha256:978ec4a51adde88d163151ad46d48f1dc622138ebda6b86d3fc773f58103b1d7" |
| 4 | + "signature": "sha256:5ff5e1b71e1eeaa3bb6b00bc5769ecb09d334ee59ad78606cd9ccd24895a5477" |
5 | 5 | }, |
6 | 6 | "nbformat": 3, |
7 | 7 | "nbformat_minor": 0, |
|
70 | 70 | "cell_type": "markdown", |
71 | 71 | "metadata": {}, |
72 | 72 | "source": [ |
73 | | - "The User Guide was written with the goal of giving Plotly's Python/IPython users extensive documentation on all of Plotly's features. \n", |
| 73 | + "The User Guide project has the goal of giving Plotly's Python/IPython users extensive documentation on all of Plotly's features. \n", |
74 | 74 | "\n", |
75 | 75 | "Whereas Plotly's web <a href=\"https://plot.ly/python\" target=\"_blank\">documentation</a> is meant to serve Plotly beginners\n", |
76 | 76 | "just looking to make a simple plot and experienced users trying out a new plot type, \n", |
|
92 | 92 | "metadata": {}, |
93 | 93 | "source": [ |
94 | 94 | "The User Guide assumes the latest version (v 1.0) of Plotly's Python API verison\n", |
95 | | - "1.0. <br> The latest version features many improvements. For instance: \n", |
| 95 | + "1.0. <br> The latest version features several improvements. For instance: \n", |
96 | 96 | "\n", |
97 | 97 | "* A *get* function, to import data and styles from public figures on Plotly's servers, \n", |
98 | 98 | "\n", |
|
125 | 125 | "for notebook styling ideas.\n", |
126 | 126 | "The Github <a href=\"https://github.com/plotly/python-user-guide\" target=\"_blank\">repository</a> is divided into folders, where each folder contains one IPython notebook and their required data files. You are currently reading the User Guide's homepage.\n", |
127 | 127 | "\n", |
128 | | - "Each section is intended to be a single *lecture*. While the content is mostly divided by plot types, each lecture contains valuable examples of Plotly's customization flexibility as well as templates that users can incorporate into their work.\n", |
| 128 | + "Each section is intended to be a single *lecture*. While the content is mostly divided by plot types, each lecture contains valuable examples of Plotly's customization flexibility as well as templates that users can incorporate into their own work.\n", |
129 | 129 | "\n", |
130 | 130 | "\n", |
131 | 131 | "<h4 style=\"margin-top:20px;\">Current sections:</h4>\n", |
|
231 | 231 | "\n", |
232 | 232 | "<h5>Step 4</h5>\n", |
233 | 233 | "\n", |
234 | | - "Sign up for Plotly if you don't have an account already:\n", |
| 234 | + "If you don't already have an account, sign up for Plotly:\n", |
235 | 235 | "\n", |
236 | 236 | " * Go to [plot.ly](https://plot.ly/) and click on the *Sign up* button.\n", |
237 | 237 | "\n", |
|
249 | 249 | "\n", |
250 | 250 | "<h5>Step 6</h5>\n", |
251 | 251 | "\n", |
252 | | - "For better code portability, we recommend setting up a *credentials* file:\n", |
| 252 | + "For better code portability, we recommend setting up a *credentials* file on your machine:\n", |
253 | 253 | "\n", |
254 | 254 | "* In Python or IPython,\n", |
255 | 255 | "\n", |
|
296 | 296 | "source": [ |
297 | 297 | "*And there you go.* You are now ready to make plots using Plotly and the Python API.\n", |
298 | 298 | "\n", |
299 | | - "Using the credentials file allows users to share code without having to type in (yet along remember) their own username and API key every time they want to generate a new or modify an existing Plotly plot." |
| 299 | + "Using the credentials file allows users to share code without having to type in (yet along remember) their own username and API key every time they want to generate a new Plotly plot or modify an existing Plotly plot." |
300 | 300 | ] |
301 | 301 | }, |
302 | 302 | { |
|
313 | 313 | "source": [ |
314 | 314 | "For users looking to use the User Guide as a static *reference*:\n", |
315 | 315 | "\n", |
316 | | - "* we recommend using the <a href=\"http://nbviewer.ipython.org/github/plotly/python-user-guide/blob/master/\">nbviewer.ipython.org</a> website, which displays IPython notebooks in your browser. \n", |
317 | | - "All the notebooks of the User Guide where converted using the <a href=\"https://github.com/jiffyclub/open-in-nbviewer\" target=\"_blank\">Open in nbviewer</a> Chrome book extension. Big Thanks!\n", |
| 316 | + "* we recommend using the <a href=\"http://nbviewer.ipython.org/\">nbviewer.ipython.org</a> website, which displays IPython notebooks in your browser. \n", |
| 317 | + "All the notebooks making up the User Guide where converted using the <a href=\"https://github.com/jiffyclub/open-in-nbviewer\" target=\"_blank\">Open in nbviewer</a> Chrome book extension. Big Thanks!\n", |
318 | 318 | "\n", |
319 | | - "Users looking to use the User Guide as an interactive *tutorial* (i.e. users looking to learn by running and/or running the code cells):\n", |
| 319 | + "For users looking to use the User Guide as an interactive *tutorial* (i.e. users looking to learn by running and/or modifying the code cells):\n", |
320 | 320 | "\n", |
321 | 321 | "* we recommend cloning the entire Github <a href=\"https://github.com/plotly/python-user-guide\" target=\"_blank\">repository</a> to your local machine:\n", |
322 | 322 | "\n", |
|
0 commit comments