# aviary.notebook

A Jupyter notebook environment.

## Installation

To install the notebook environment, run the following command:

```bash
pip install 'fhaviary[notebook]'
```

To allow the environment to run notebooks in containerized sandboxes (recommended), first build the default image:

```bash
cd docker/
docker build -t aviary-notebook-env -f Dockerfile.pinned .
```

And second, set the environment variable `NB_ENVIRONMENT_USE_DOCKER=true`. You may use your own Docker image with a different name, in which case you must override the environment variable `NB_ENVIRONMENT_DOCKER_IMAGE`.


---

# 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://docs.edisonscientific.com/aviary/packages/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.
