# Notebooks

ElixirNote notebooks are documents that combine live runnable code with narrative next (Markdown), equations (LaText), images, interactive visualizations and other rich ouput.

<figure><img src="/files/9zVw8bgvlbQh6B7msIOI" alt=""><figcaption></figcaption></figure>

Jupyter notebooks (.pynb files) are fully supported in ElixrNote. The [notebook document format](https://nbformat.readthedocs.io/en/latest/) used in ElixirNote is the same as the classic Jupyter Notebook. Your existing notebooks should open correctly in ElixirNote. if they don't, please new an issue on our [GitHub Issue](https://github.com/ElixirNote/elixirnote/issues) page.


---

# 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://ciusji.gitbook.io/elixirnote/guides/notebooks.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.
