Skip to content

DARPA-ASKEM/beaker-climate

Repository files navigation

beaker-climate - an extension for Beaker notebooks

PyPI - Version PyPI - Python Version

Table of Contents

About Beaker

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.

Installation

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.

PyPI install (if deployed)

pip install beaker-climate

beaker CLI (installs project in dev mode)

beaker project update beaker-climate

local pip dev mode install

cd beaker-climate
pip install -e .

local pip install

cd beaker-climate
pip install .

Note

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •