# IPython Notebook

This document is a simple example of deploying Konduit-Serving with Jupyter Notebook based on a model that you can find on open source. This demonstrates the basics of Konduit-Serving, but you can treat it in advance as you understand the state of the art of Konduit-Serving.<br>

{% hint style="info" %}
We provide repository which you be able to clone by:\
`$ git clone` [`https://github.com/ShamsUlAzeem/konduit-serving-demo`](https://github.com/ShamsUlAzeem/konduit-serving-demo)
{% endhint %}

**Follow** [**Quickstart**](/quickstart.md) **guide for more information on how to run from the repository !**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://serving.konduit.ai/examples/ipython-notebook.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
