mirror of https://github.com/apache/druid.git
doc: fix markdown spacing (#13683)
* doc: fix markdown spacing * fix spacing
This commit is contained in:
parent
17c0167248
commit
9021161c8c
|
@ -43,24 +43,24 @@ Make sure you meet the following requirements before starting the Jupyter-based
|
||||||
- Install JupyterLab or Notebook:
|
- Install JupyterLab or Notebook:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install JupyterLab
|
# Install JupyterLab
|
||||||
pip3 install jupyterlab
|
pip3 install jupyterlab
|
||||||
# Install Jupyter Notebook
|
# Install Jupyter Notebook
|
||||||
pip3 install notebook
|
pip3 install notebook
|
||||||
```
|
```
|
||||||
- Start Jupyter
|
- Start Jupyter
|
||||||
- JupyterLab
|
- JupyterLab
|
||||||
```bash
|
```bash
|
||||||
# Start JupyterLab on port 3001
|
# Start JupyterLab on port 3001
|
||||||
jupyter lab --port 3001
|
jupyter lab --port 3001
|
||||||
```
|
```
|
||||||
- Jupyter Notebook
|
- Jupyter Notebook
|
||||||
```bash
|
```bash
|
||||||
# Start Jupyter Notebook on port 3001
|
# Start Jupyter Notebook on port 3001
|
||||||
jupyter notebook --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
|
## Tutorials
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue