Remove the additional backtick that's causing a SA issue. (#13838)

This commit is contained in:
Abhishek Radhakrishnan 2023-02-22 19:31:08 -08:00 committed by GitHub
parent 66034dd8bc
commit 17a3cd0b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.