vtlim commented on code in PR #14683:
URL: https://github.com/apache/druid/pull/14683#discussion_r1293830792
##########
examples/quickstart/jupyter-notebooks/notebooks/99-contributing/notebook-template.ipynb:
##########
@@ -24,48 +24,72 @@
" ~ specific language governing permissions and limitations\n",
" ~ under the License.\n",
" -->\n",
- "Introduction to Notebook\n",
- "Lorem Ipsum"
+ "\n",
+ "Introductory paragraph - for example:\n",
+ "\n",
+ "This tutorial demonstrates how to work with [feature](link to feature
doc). In this tutorial you perform the following tasks:\n",
+ "\n",
+ "- Task 1\n",
+ "- Task 2\n",
+ "- Task 3\n",
+ "- etc\n",
+ "\n"
]
},
{
"cell_type": "markdown",
- "id": "bbdbf6ad-ca7b-40f5-8ca3-1070f4a3ee42",
+ "id": "b74aa63d-3d21-472d-8ade-8573ef3c50cf",
"metadata": {},
"source": [
- "## Prerequisites\n",
- "\n",
- "This tutorial works with Druid XX.0.0 or later.\n",
+ "## Table of contents\n",
"\n",
- "Launch this tutorial and all prerequisites using the `all-services`
profile of the Docker Compose file for Jupyter-based Druid tutorials. For more
information, see [Docker for Jupyter Notebook
tutorials](https://druid.apache.org/docs/latest/tutorials/tutorial-jupyter-docker.html).\n"
+ "- [Prerequisites](#Prerequisites)\n",
+ "- [Initalization](#Initalization)\n",
Review Comment:
```suggestion
"- [Initialization](#Initialization)\n",
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]