This is an automated email from the ASF dual-hosted git repository.

techdocsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 9021161c8c doc: fix markdown spacing (#13683)
9021161c8c is described below

commit 9021161c8cc1fcff801b62574abb134c944418e9
Author: 317brian <[email protected]>
AuthorDate: Wed Jan 25 16:22:49 2023 -0800

    doc: fix markdown spacing (#13683)
    
    * doc: fix markdown spacing
    
    * fix spacing
---
 docs/tutorials/tutorial-jupyter-index.md | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/docs/tutorials/tutorial-jupyter-index.md 
b/docs/tutorials/tutorial-jupyter-index.md
index 233b9fda50..012bb7e16c 100644
--- a/docs/tutorials/tutorial-jupyter-index.md
+++ b/docs/tutorials/tutorial-jupyter-index.md
@@ -43,24 +43,24 @@ Make sure you meet the following requirements before 
starting the Jupyter-based
   - Install JupyterLab or Notebook:
   
      ```bash
-    # Install JupyterLab
-    pip3 install jupyterlab  
-    # Install Jupyter Notebook
-    pip3 install notebook
+     # Install JupyterLab
+     pip3 install jupyterlab  
+     # Install Jupyter Notebook
+     pip3 install notebook
      ```
-  -  Start Jupyter
+  - Start Jupyter
       - JupyterLab 
          ```bash
          # Start JupyterLab on port 3001
-        jupyter lab --port 3001
-          ```
+         jupyter lab --port 3001
+         ```
       - Jupyter Notebook
-          ```bash
-          # Start Jupyter Notebook on port 3001
-          jupyter notebook --port 3001
-      ```
+         ```bash
+         # Start Jupyter Notebook on port 3001
+         jupyter notebook --port 3001
+         ```
 
-- An available Druid instance. You can use the `micro-quickstart` 
configuration described in [Quickstart (local)](./index.md). The tutorials 
assume that you are using the quickstart, so no authentication or authorization 
is expected unless explicitly mentioned.
+- An available Druid instance. You can use the [Quickstart 
(local)](./index.md) instance. The tutorials assume that you are using the 
quickstart, so no authentication or authorization is expected unless explicitly 
mentioned.
 
 ## Tutorials
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to