2 dépôts
File formats that store interactive notebook content, combining markup text with executable code cells and metadata.
Distinct from File Format Specifications: Distinct from File Format Specifications: specifically targets notebook document formats rather than general file type definitions.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Notebook File Formats. Refine with filters or upvote what's useful.
Livebook is an interactive notebook platform for Elixir that provides a web-based environment for writing and running code cells alongside Markdown content, visualizations, and reproducible workflows. It serves as a multi-cloud auto-clustering tool that automatically discovers and joins Elixir nodes into clusters across Kubernetes, AWS ECS, and Fly.io for distributed execution, and also functions as a notebook deployment tool that packages notebooks into standalone web applications with authentication, secrets, and Docker support. The platform enables real-time collaborative editing, synchron
Stores notebooks as .livemd files using a Markdown-based format with embedded code cell metadata.
Quarto is an open-source scientific and technical publishing system built on Pandoc that converts Markdown and Jupyter notebooks into a wide range of output formats. It functions as a multi-format document converter, a reproducible research platform, a static site generator for technical content, and an interactive dashboard builder, all within a single framework. The system is distinguished by its ability to produce HTML, PDF, Word, ePub, and slide decks from a single Markdown source, while embedding executable code blocks in Python, R, Julia, or Observable for dynamic, reproducible document
Transforms a notebook between .ipynb and .qmd representations using the convert command.