venus-sync
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
.rsnotebooks to.ipynbfor 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.