mirror of https://github.com/apache/druid.git
Remove the additional backtick that's causing a SA issue. (#13838)
This commit is contained in:
parent
66034dd8bc
commit
17a3cd0b68
|
@ -36,7 +36,7 @@ Make sure you meet the following requirements before starting the Jupyter-based
|
|||
|
||||
```bash
|
||||
pip3 install requests
|
||||
````
|
||||
```
|
||||
|
||||
- JupyterLab (recommended) or Jupyter Notebook running on a non-default port. By default, Druid and Jupyter both try to use port `8888,` so start Jupyter on a different port.
|
||||
|
||||
|
|
Loading…
Reference in New Issue