mirror of https://github.com/apache/druid.git
Docs: fix broken link to Python API jupyter notebook (#14332)
This commit is contained in:
parent
37cb76d545
commit
2012a6bd8e
|
@ -56,7 +56,7 @@ topics and use a simple set of Python wrappers around the underlying REST API. T
|
||||||
wrappers reside in the `druidapi` package within the notebooks directory. While the package
|
wrappers reside in the `druidapi` package within the notebooks directory. While the package
|
||||||
can be used in any Python program, the key purpose, at present, is to support these
|
can be used in any Python program, the key purpose, at present, is to support these
|
||||||
notebooks. See
|
notebooks. See
|
||||||
[Introduction to the Druid Python API](https://github.com/apache/druid/tree/master/examples/quickstart/jupyter-notebooks/python-api-tutorial.ipynb)
|
[Introduction to the Druid Python API](https://github.com/apache/druid/blob/master/examples/quickstart/jupyter-notebooks/Python_API_Tutorial.ipynb)
|
||||||
for an overview of the Python API.
|
for an overview of the Python API.
|
||||||
|
|
||||||
The `druidapi` package is already installed in the custom Jupyter Docker container for Druid tutorials.
|
The `druidapi` package is already installed in the custom Jupyter Docker container for Druid tutorials.
|
||||||
|
|
Loading…
Reference in New Issue