venus-sync 0.1.0-beta.3

Sync engine for Venus - converts .rs notebooks to .ipynb
Documentation

venus-sync

Crates.io Documentation License

Sync engine for Venus - converts .rs notebooks to .ipynb format.

Overview

This crate handles bidirectional conversion between Venus's native .rs notebook format and Jupyter's .ipynb format for GitHub preview and compatibility.

Features

  • Convert .rs notebooks to .ipynb for GitHub rendering
  • Preserve cell outputs and metadata
  • Markdown cell support
  • Image and rich output embedding

This is an internal implementation crate used by venus-cli. Most users don't need to use this directly.

Documentation

For complete documentation, visit:

License

Licensed under the Apache License, Version 2.0. See LICENSE for details.