# Hello Notebook

URL: /bengal/docs/content/authoring/notebooks/hello-notebook/
Section: notebooks

---

> For a complete page index, fetch /bengal/llms.txt.

# Hello from a Notebook

This page is a Jupyter notebook. Bengal renders it natively—no conversion step required.

Drop `.ipynb` files into your content directory and they build as pages.

```python
print("Bengal renders notebooks natively.")
```

<div class="nb-output"><pre>Bengal renders notebooks natively.
</pre></div>
