The runtimed project is tooling for working with Jupyter. If you want to interact directly with jupyter kernels, use runtimelib
. Everything else is in development.
The goal of runtimed
is to provide simple, easy to use, and powerful access to interactive computing. We want to enable a new generation of builders to:
- Create new notebook applications
- Create new kinds of REPLs
- Allow large language models to reason about code and data
cargo install runtimelib
By default, runtimelib uses tokio. However, the async-dispatcher runtime can be selected at compile time with:
cargo build --feature async-dispatch-runtime
This will allow you to build GPUI apps with runtimelib.