3 مستودعات
Integrating live, interactive notebook instances into otherwise static websites or pages.
Distinct from Notebook-to-Static-Site Generators: Unlike static site generators, this focuses on embedding a live connection to a backend server for interactivity.
Explore 3 awesome GitHub repositories matching content management & publishing · Interactive Notebook Embedding. Refine with filters or upvote what's useful.
Pluto.jl is a reactive computing environment for Julia that functions as a programmable document format. It serves as an interactive data science IDE and a polyglot computational notebook that stores Julia code and environment dependencies as versionable source files. The system is distinguished by its reactive execution model, which uses a directed acyclic graph to track variable dependencies and automatically re-evaluate affected downstream cells when a value changes. It ensures reproducibility by integrating isolated package environments directly within the notebook file and persisting con
Enables linking static sites to a live server to provide interactive notebook elements within a website.
Bar chart race is a Python data visualization library that transforms ordered tabular time-series data into animated bar and line chart races. It operates as an extension for rendering dynamic charts that illustrate how rankings and values change over time. The library interpolates wide-format chronological tables into densely sampled frame sequences, calculating intermediate numeric values to produce fluid motion animations. It orchestrates iterative canvas redraws through a plotting backend while supporting external multimedia encoders to export compressed standard video files. Generated a
Renders interactive chart race animations directly inside notebook environments when no output file path is specified.
Starboard Notebook is a web-based environment designed for literate programming and interactive code execution. It functions as an in-browser notebook system that allows users to combine formatted text with executable code blocks, enabling the creation of dynamic documents and data visualizations without requiring a backend server. The platform is built as an embeddable runtime, allowing developers to integrate interactive, cell-based documentation directly into existing web pages. It distinguishes itself through a modular architecture that supports custom plugin development, enabling the reg
Integrates live, interactive notebook instances into external websites for documentation and data visualization.