venus
Main crate for Venus - a reactive notebook environment for Rust.
Overview
This crate provides the core #[venus::cell] macro and the Render trait for defining notebook cells and custom output rendering.
Usage
Add this to your Cargo.toml:
[]
= "x.x"
Example
use *;
/// A simple cell that returns a number
/// A cell that depends on the previous cell
Features
polars- Enable DataFrame rendering supportimage- Enable image rendering supportfull- Enable all optional features
Documentation
For complete documentation and examples, visit:
License
Licensed under the Apache License, Version 2.0. See LICENSE for details.