|
68 | 68 | "\n", |
69 | 69 | "These packages are part of the [Holoviz](http://holoviz.org/) ecosystem of tools intended for visualization in a web browser and can be used to create quite sophisticated dashboard-like interactive displays and widgets. The goal of this tutorial is to provide an introduction and starting point from which to create more advanced, custom interactive visualizations. Holoviz has a [vibrant and active community](https://discourse.holoviz.org/) where you can ask questions and discuss visualizations with a global community. \n", |
70 | 70 | "\n", |
71 | | - "> **Notice:** If the notebook or any interactive features seem to stall, first try going a few cells back and rerunning them in order (the order in which cells are run is imporant for this notebook's functionality). If that does not work, try restarting the kernel. If issues persist, try logging out and restarting the Notebook aspect using a \"large\" instance of the JupyterLab environment.\n", |
| 71 | + "> **Notice:** If the notebook or any interactive features seem to stall, first try going a few cells back and rerunning them in order (the order in which cells are run is important for this notebook's functionality). If that does not work, try restarting the kernel. If issues persist, try logging out and restarting the Notebook aspect using a \"large\" instance of the JupyterLab environment.\n", |
72 | 72 | "\n", |
73 | 73 | "> **Warning: It is not recommended to \"Restart Kernel and Run All Cells\" in this notebook, or to execute multiple cells very quickly.** Some of the examples require interaction (e.g., for the user to select points on a graph) in order to run correctly, and going too fast can cause some plots to not display properly." |
74 | 74 | ] |
|
340 | 340 | "id": "e298c894-4795-41b9-ad44-dcdf652d80a9", |
341 | 341 | "metadata": {}, |
342 | 342 | "source": [ |
343 | | - "As query will return a very large dataset, use an asynchronous query.\n", |
| 343 | + "As this query will return a very large dataset, use an asynchronous query.\n", |
344 | 344 | "This will take a few minutes." |
345 | 345 | ] |
346 | 346 | }, |
|
843 | 843 | "\n", |
844 | 844 | "A very useful feature of Bokeh is the ability to add connected interactivity between plots \n", |
845 | 845 | "that show different attributes of the same data.\n", |
846 | | - "**This is called linking**. \n", |
| 846 | + "This is called **linking**. \n", |
847 | 847 | "\n", |
848 | 848 | "With linked plots it is possible to carry out data **brushing**, whereby \n", |
849 | 849 | "data can be selected and manipulated synchronously across multiple linked plots. \n", |
850 | 850 | "\n", |
851 | | - "For example, if a skyplot is linked with a colour-magnitude diagram of the same \n", |
| 851 | + "For example, if a skyplot is linked with a color-magnitude diagram of the same \n", |
852 | 852 | "dataset, it becomes possible to interactively explore the relationship between \n", |
853 | 853 | "the positions of objects in each plot.\n", |
854 | 854 | "\n", |
|
1143 | 1143 | "Once loading is complete, click on the \"Trust HTML\" button at the top-left of the tab's window.\n", |
1144 | 1144 | "Then, a near-duplicate of the two linked plots above should be displayed.\n", |
1145 | 1145 | "\n", |
1146 | | - "It is also possible to download the HTML file, interact with it in a browser as a \n", |
1147 | | - "a local file." |
| 1146 | + "It is also possible to download the HTML file and interact with it in a browser as a local file." |
1148 | 1147 | ] |
1149 | 1148 | }, |
1150 | 1149 | { |
|
1269 | 1268 | "source": [ |
1270 | 1269 | "Option to list the indices of the selected objects, if the number selected is less than 200.\n", |
1271 | 1270 | "\n", |
1272 | | - "If desired, these indices could be used to define a population for subsequence analysis." |
| 1271 | + "If desired, these indices could be used to define a population for subsequent analysis." |
1273 | 1272 | ] |
1274 | 1273 | }, |
1275 | 1274 | { |
|
0 commit comments