beaker-climate - an extension for Beaker notebooks
Beaker provides Contextually-aware notebooks with built-in AI assistant. It is built atop Jupyter, leveraging the deep Jupyter ecosystem.
It consists of multiple aspects, including:
- A server for hosting/running Beaker/Jupyter sessions.
- The Beaker kernel, an advanced Jupyter Kernel.
- Beaker-TS, a TypeScript/JavaScript library.
- A Vue based, reactive, extensible UI interface.
- Beaker-Vue, a Vue3 component library for building your own UIs with minimal hassle.
Beaker can be extended with new contexts and subkernels
Learn more in the Beaker documentation.
To add any contained contexts or subkernels to Beaker, you simply need to install this package. The provided elements will be available in Beaker upon next start.
pip install beaker-climate
beaker project update beaker-climate
cd beaker-climate
pip install -e .
cd beaker-climate
pip install .
Some changes, such as adding or moving a context require updating/reinstalling the project.
You should run beaker project update
if you encounter issues after making updates to the project.