pymc-devs / pymc-examples

Examples of PyMC models, including a library of Jupyter notebooks.
https://www.pymc.io/projects/examples/en/latest/
MIT License
263 stars 218 forks source link

API Quickstart still imports aesara #484

Closed sbenthall closed 1 year ago

sbenthall commented 1 year ago

Notebook title: API Quickstart Notebook url: https://github.com/pymc-devs/pymc-examples/blob/main/examples/howto/api_quickstart.ipynb

Issue description

import aesara.tensor as at

But aesara is no longer installed with pymc (at least with pip)

Expected output

No import error.

Proposed solution

Maybe import pytensor etc?

twiecki commented 1 year ago

Fixed by https://github.com/pymc-devs/pymc-examples/pull/481.