# Notebooks Component

This component contains the core interface and implementations for Notebooks.

## Directory Structure

- `public/`: Public interface for the service.
- `internal/`: Implementation of the service.

## Testing

To run all tests in this component, use `autotest.py`:

```bash
tools/autotest.py -C out/Default components/notebooks
```

