petermarshallio commented on code in PR #14683:
URL: https://github.com/apache/druid/pull/14683#discussion_r1288098072


##########
examples/quickstart/jupyter-notebooks/notebooks/99-contributing/notebook-template.ipynb:
##########
@@ -35,37 +36,40 @@
    "source": [
     "## Prerequisites\n",
     "\n",
-    "This tutorial works with Druid XX.0.0 or later.\n",
+    "This tutorial works with Druid 26.0.0 or later.\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"
-   ]
-  },
-  {
-   "cell_type": "markdown",
-   "id": "7ee6aef8-a11d-48d5-bcdc-e6231ba594b7",
-   "metadata": {},
-   "source": [
-    "<details><summary>    \n",
-    "<b>Run without Docker Compose</b>    \n",
-    "</summary>\n",
+    "#### Run with Docker\n",
+    "\n",
+    "<!-- Profiles are:\n",
+    "`druid-jupyter` - just Jupyter and Druid\n",
+    "`all-services` - includes Jupyter, Druid, and Kafka\n",
+    " -->\n",
+    "\n",
+    "Launch this tutorial and all prerequisites using the ....... 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",
+    "   \n",
+    "#### Run without Docker\n",
     "\n",
-    "In order to run this notebook you will need:\n",
+    "If you do not use the Docker Compose environment, you need the 
following:\n",
     "\n",
-    "<b>Required Services</b>\n",
-    "* <!-- include list of components needed for notebook, i.e. kafka, druid 
instance, etc. -->\n",
+    "* A running Apache Druid instance, with a `DRUID_HOST` local environment 
variable containing the server name of your Druid router\n",
+    "* 
[druidapi](https://github.com/apache/druid/blob/master/examples/quickstart/jupyter-notebooks/druidapi/README.md),
 a Python client for Apache Druid. Follow the instructions in the Install 
section of the README file.\n",
     "\n",
-    "<b>Python packages</b>\n",
-    "* druidapi, a [Python client for Apache 
Druid](https://github.com/apache/druid/blob/master/examples/quickstart/jupyter-notebooks/druidapi/README.md)\n",
-    "*  <!-- include any python package dependencies -->\n",
-    "</details>"
+    " <!-- Remove as needed -->\n",

Review Comment:
   When the cell is edited in Jupyter, the raw is shown – so you only see the 
comments in that mode.
   
![image](https://github.com/apache/druid/assets/42997954/ad3d9999-5c5f-4433-afe0-ba62b989c946)
   



##########
examples/quickstart/jupyter-notebooks/notebooks/99-contributing/notebook-template.ipynb:
##########
@@ -35,37 +36,40 @@
    "source": [
     "## Prerequisites\n",
     "\n",
-    "This tutorial works with Druid XX.0.0 or later.\n",
+    "This tutorial works with Druid 26.0.0 or later.\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"
-   ]
-  },
-  {
-   "cell_type": "markdown",
-   "id": "7ee6aef8-a11d-48d5-bcdc-e6231ba594b7",
-   "metadata": {},
-   "source": [
-    "<details><summary>    \n",
-    "<b>Run without Docker Compose</b>    \n",
-    "</summary>\n",
+    "#### Run with Docker\n",
+    "\n",
+    "<!-- Profiles are:\n",
+    "`druid-jupyter` - just Jupyter and Druid\n",
+    "`all-services` - includes Jupyter, Druid, and Kafka\n",
+    " -->\n",
+    "\n",
+    "Launch this tutorial and all prerequisites using the ....... 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",
+    "   \n",
+    "#### Run without Docker\n",
     "\n",
-    "In order to run this notebook you will need:\n",
+    "If you do not use the Docker Compose environment, you need the 
following:\n",
     "\n",
-    "<b>Required Services</b>\n",
-    "* <!-- include list of components needed for notebook, i.e. kafka, druid 
instance, etc. -->\n",
+    "* A running Apache Druid instance, with a `DRUID_HOST` local environment 
variable containing the server name of your Druid router\n",
+    "* 
[druidapi](https://github.com/apache/druid/blob/master/examples/quickstart/jupyter-notebooks/druidapi/README.md),
 a Python client for Apache Druid. Follow the instructions in the Install 
section of the README file.\n",
     "\n",
-    "<b>Python packages</b>\n",
-    "* druidapi, a [Python client for Apache 
Druid](https://github.com/apache/druid/blob/master/examples/quickstart/jupyter-notebooks/druidapi/README.md)\n",
-    "*  <!-- include any python package dependencies -->\n",
-    "</details>"
+    " <!-- Remove as needed -->\n",

Review Comment:
   When the cell is edited in Jupyter, the raw is shown – so you only see the 
comments in that mode.
   
![image](https://github.com/apache/druid/assets/42997954/ad3d9999-5c5f-4433-afe0-ba62b989c946)
   



-- 
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]

Reply via email to