awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesInteractive Notebook Embedding

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.

Awesome Interactive Notebook Embedding GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • juliapluto/pluto.jlAvatar de JuliaPluto

    JuliaPluto/Pluto.jl

    5,346Ver en GitHub↗

    Pluto.jl es un entorno de computación reactiva para Julia que funciona como un formato de documento programable. Sirve como un IDE interactivo de ciencia de datos y un notebook computacional políglota que almacena código Julia y dependencias de entorno como archivos fuente versionables. El sistema se distingue por su modelo de ejecución reactiva, que utiliza un grafo acíclico dirigido para rastrear dependencias de variables y reevaluar automáticamente las celdas descendentes afectadas cuando cambia un valor. Garantiza la reproducibilidad integrando entornos de paquetes aislados directamente dentro del archivo del notebook y persistiendo el contenido como archivos fuente ejecutables puros. La plataforma cubre una amplia gama de capacidades, incluyendo visualización interactiva de datos, creación de tareas educativas guiadas y generación de sitios web de documentación estática. Admite diversos modos de salida como presentaciones de diapositivas y aplicaciones web, y proporciona herramientas para exportar notebooks a HTML, PDF y scripts centrados en la reproducibilidad. El entorno puede lanzarse a través de una interfaz web en localhost o accederse a través de servidores remotos y alojamiento de computación en la nube.

    Enables linking static sites to a live server to provide interactive notebook elements within a website.

    JavaScriptdesigned-for-teacherseducationexploration
    Ver en GitHub↗5,346
  • dexplo/bar_chart_raceAvatar de dexplo

    dexplo/bar_chart_race

    1,452Ver en GitHub↗

    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.

    Python
    Ver en GitHub↗1,452
  • gzuidhof/starboard-notebookAvatar de gzuidhof

    gzuidhof/starboard-notebook

    1,349Ver en GitHub↗

    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.

    TypeScriptliterate-programmingnotebookstarboard
    Ver en GitHub↗1,349
  1. Home
  2. Content Management & Publishing
  3. Interactive Notebook Embedding