Getting Started
This section covers everything you need to get a working Beaker environment up and running, from installing the base package to bringing in the contexts and subkernels you want to use.
If this is your first time with Beaker, follow these pages in order:
- Installing Beaker — installs the base
beaker-notebookpackage and thebeakerCLI. - Adding Contexts — installs prebuilt contexts published as Python packages (for example, a domain-specific context shared by your team).
- Adding Subkernels — installs prebuilt subkernels that add language support beyond the built-in Python, R, and Julia.
- Your First Notebook — a quick tour of the notebook interface and the agent.
If you want to build a context, subkernel, or integration rather than install one, head over to Development.