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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

15 repository-uri

Awesome GitHub RepositoriesNotebook Rendering Utilities

Extensions for rendering visual output directly within notebook cells.

Distinguishing note: Focuses on in-cell rendering for interactive workflows.

Explore 15 awesome GitHub repositories matching development tools & productivity · Notebook Rendering Utilities. Refine with filters or upvote what's useful.

Awesome Notebook Rendering Utilities GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • manimcommunity/manimAvatar ManimCommunity

    ManimCommunity/manim

    39,029Vezi pe GitHub↗

    Manim is a scriptable, code-driven framework designed for generating precise technical visualizations and mathematical animations. By using a high-level programming interface, it allows users to define geometric shapes, motion paths, and animation logic that are compiled into high-quality video assets. The system functions as a specialized engine for creating reproducible, data-driven representations of complex mathematical concepts and geometric transformations. The framework distinguishes itself through an interpolation-based engine that calculates intermediate states between keyframes to e

    Renders animation scenes directly within notebook cells using magic commands.

    Pythonanimationshacktoberfestmanim
    Vezi pe GitHub↗39,029
  • pyecharts/pyechartsAvatar pyecharts

    pyecharts/pyecharts

    15,761Vezi pe GitHub↗

    pyecharts is a Python visualization library and wrapper for the Echarts JavaScript engine. It translates Python data and configurations into JSON specifications to generate interactive web-based charts and graphs. The library provides specialized capabilities for geographic data mapping using a comprehensive library of map assets to visualize spatial information. It also includes utilities to capture rasterized snapshots of rendered web visualizations for export as static image files. The tool supports rendering interactive plots directly within data science notebook environments and exporti

    Displays interactive charts directly within notebook output cells for exploratory data analysis.

    Python
    Vezi pe GitHub↗15,761
  • vega/altairAvatar vega

    vega/altair

    10,410Vezi pe GitHub↗

    Altair is a declarative data visualization library for Python that generates Vega-Lite specifications. It functions as a tool for mapping data to graphical marks using a high-level syntax, allowing users to describe the desired visual outcome instead of writing imperative drawing commands. The framework enables the creation of interactive charts and graphics, including linked views and filtered displays that respond to user input in real time. It supports the design of multi-view dashboards by combining visualizations into layered or faceted layouts. The library provides capabilities for sta

    Serializes visual specifications into HTML and JavaScript for interactive rendering directly within notebook cells.

    Python
    Vezi pe GitHub↗10,410
  • altair-viz/altairAvatar altair-viz

    altair-viz/altair

    10,410Vezi pe GitHub↗

    Altair is a declarative data visualization library for Python based on the Vega-Lite grammar. It allows users to create statistical visualizations by mapping data fields to visual properties rather than writing imperative drawing code. The library focuses on interactive charting through a system of linked selections and filters that update multiple visualizations based on user input. It renders charts as JSON and HTML for display in web browsers and interactive notebooks. The project covers statistical data analysis and interactive data exploration, providing capabilities to export visuals a

    Renders visualizations natively within interactive notebook interfaces and integrated development environments.

    Python
    Vezi pe GitHub↗10,410
  • microsoft/vscode-extension-samplesAvatar microsoft

    microsoft/vscode-extension-samples

    10,099Vezi pe GitHub↗

    This repository contains a collection of code examples that demonstrate how to build extensions for Visual Studio Code using its extension API. The samples cover the core patterns for extending the editor, including implementing code actions, completions, snippets, and semantic token highlighting. The examples show how to integrate a language server to provide diagnostics, completions, and hover information, as well as how to register a source control provider with file status and commit operations. Custom task types that run shell commands or scripts are also demonstrated, along with virtual

    Shows how to render rich output like charts or HTML inside notebook cells using custom renderers.

    TypeScript
    Vezi pe GitHub↗10,099
  • voila-dashboards/voilaAvatar voila-dashboards

    voila-dashboards/voila

    5,935Vezi pe GitHub↗

    Voilà is a tool that converts Jupyter notebooks into standalone interactive web applications. It renders notebook cells as HTML web components, preserving live widgets while stripping source code by default, and gives each viewer a dedicated Jupyter kernel for isolated widget state and callback execution. The project runs as a Jupyter server extension, reusing existing server infrastructure for notebook serving and authentication. It supports directory-based notebook hosting, serving all notebooks in a folder as a browsable collection of web applications from a single command. Voilà also prov

    Converts a Jupyter Notebook into an interactive standalone web application with live widgets.

    Python
    Vezi pe GitHub↗5,935
  • connorferster/handcalcsAvatar connorferster

    connorferster/handcalcs

    5,805Vezi pe GitHub↗

    handcalcs este un generator de documentație matematică și un renderer de calcule Python LaTeX. Servește drept instrument de calcul automat care convertește codul Python și calculele numerice în documentație matematică LaTeX formatată, funcționând atât ca un formator de matematică simbolică, cât și ca o extensie de matematică pentru Jupyter notebook. Proiectul transformă numele variabilelor Python în simboluri grecești, indici și notație matematică standard. Convertește codul în expresii matematice formatate care afișează formula originală, substituția numerică și rezultatul final, permițând crearea de foi de calcul parametrizate și rapoarte lizibile pentru oameni. Instrumentul acoperă o gamă largă de capabilități de redare, inclusiv indici variabili automați, integrarea comentariilor inline și layout-uri de parametri pe mai multe coloane. Suportă generarea de cod LaTeX brut, redarea documentelor PDF și integrarea cu biblioteci de matematică simbolică pentru a gestiona expresii algebrice. Sistemul se integrează direct în mediile Jupyter notebook folosind cell magics pentru a afișa ecuații formatate în timp real.

    Generates files from notebooks that suppress input cells and only show rendered mathematical outputs.

    CSS
    Vezi pe GitHub↗5,805
  • mljar/mercuryAvatar mljar

    mljar/mercury

    4,333Vezi pe GitHub↗

    Mercury este un framework pentru transformarea notebook-urilor Jupyter în aplicații web interactive, un API de execuție a notebook-urilor și un generator de site-uri statice. Funcționează ca un server de aplicații self-hosted care permite utilizatorilor să implementeze notebook-uri protejate prin parolă ca interfețe funcționale pentru utilizatori, fără a scrie cod frontend. Sistemul se distinge prin maparea widget-urilor de notebook către o interfață web reactivă și sincronizarea sesiunilor live ale aplicației între mai mulți utilizatori în timp real. Permite execuția de la distanță a notebook-urilor printr-un API pentru a regăsi rezultatele calculelor sub formă de date structurate și suportă conversia notebook-urilor în slide-uri interactive sau interfețe de chat. Platforma acoperă o gamă largă de capabilități, inclusiv crearea de dashboard-uri interactive, generarea automată de rapoarte în formate PDF și HTML și capacitatea de a încorpora notebook-uri executate în site-uri web externe. Branding-ul și layout-ul aplicației sunt gestionate prin fișiere de configurare externe. Opțiunile de implementare includ servicii cloud gestionate și infrastructură privată self-hosted folosind containere Docker.

    Transforms Jupyter notebook cells and interactive widgets into functional web applications without requiring frontend code.

    Pythondata-sciencedata-visualizationjupyter
    Vezi pe GitHub↗4,333
  • posit-dev/positronAvatar posit-dev

    posit-dev/positron

    3,969Vezi pe GitHub↗

    Positron is a data science integrated development environment and AI-powered code editor designed for polyglot development, specifically supporting Python and R. It functions as a remote compute workspace that separates the user interface from the execution kernel via SSH or container integration. The environment features a deep integration of large language models that provide context-aware suggestions and automated data analysis by accessing real-time interpreter state, in-memory objects, and plot outputs. It distinguishes itself through a polyglot runtime bridge that enables cross-language

    Displays execution results, including LaTeX and interactive plots, directly within notebooks.

    TypeScript
    Vezi pe GitHub↗3,969
  • damianavila/riseAvatar damianavila

    damianavila/RISE

    3,739Vezi pe GitHub↗

    RISE is an interactive notebook presentation tool and slideshow manager designed to transform Jupyter and IPython notebooks into structured slide decks. It functions as an extension that allows a user to toggle between a standard editable notebook view and a full-screen slideshow format during live demonstrations. The system utilizes the Reveal.js framework to render notebook cells as formatted slides, mapping Jupyter metadata to determine slide breaks and fragment sequences. This integration enables the creation of computational slide decks where running Python code and interactive visualiza

    Transforms interactive notebooks into a live slideshow format with a toggle between editing and presentation views.

    JavaScript
    Vezi pe GitHub↗3,739
  • pair-code/litAvatar PAIR-code

    PAIR-code/lit

    3,636Vezi pe GitHub↗

    Lit is a machine learning interpretability framework and model debugging tool designed to analyze model behavior and performance. It serves as an interpretability dashboard for large language models and a general performance analyzer for text, image, and tabular datasets. The project distinguishes itself through a comprehensive suite of interpretability tools, including salience map generation for feature attribution, the creation of synthetic and counterfactual examples to test robustness, and the projection of high-dimensional embeddings into visual spaces via UMAP or PCA. It further enable

    Renders the interpretability interface directly within notebook output cells for seamless workflow integration.

    TypeScriptmachine-learningnatural-language-processingvisualization
    Vezi pe GitHub↗3,636
  • fastai/fastpagesAvatar fastai

    fastai/fastpages

    3,548Vezi pe GitHub↗

    Fastpages is a static site generator designed to convert Jupyter Notebooks, Markdown files, and Word documents into a formatted technical blog. It transforms these diverse source formats into a complete website consisting of flat HTML files that can be hosted on simple web servers without a database or active backend. The platform is tailored for collaborative technical writing by integrating community commenting systems, shared page annotations, and badges that allow readers to execute code in external environments. The system provides extensive controls for technical content, including the

    Renders interactive code cells, data visualizations, and academic citations from notebooks into clean web pages.

    Jupyter Notebookactionsdata-sciencefastai
    Vezi pe GitHub↗3,548
  • manrajgrover/haloAvatar manrajgrover

    manrajgrover/halo

    3,101Vezi pe GitHub↗

    Halo is a Python library for rendering animated loading indicators and task completion symbols within terminal and notebook environments. It serves as a utility for providing visual feedback in command-line interfaces to signal that background processes are active. The library allows for the customization of loading spinner animations through the use of preset styles or custom character sequences and rotation intervals. It includes functionality to terminate active animations and replace them with specific status symbols and messages to indicate success, failure, or warnings. The project cov

    Renders dynamic loading indicators directly within Jupyter or Colab notebook cells.

    Pythonasynchaloipython
    Vezi pe GitHub↗3,101
  • ageron/tf2_courseAvatar ageron

    ageron/tf2_course

    1,909Vezi pe GitHub↗

    Acest proiect este o resursă educațională constând într-un curriculum structurat de notebook-uri interactive concepute pentru a preda concepte de deep learning și arhitecturi de rețele neuronale. Se concentrează pe oferirea unei experiențe practice cu framework-ul TensorFlow 2 și API-ul Keras, ghidând utilizatorii prin exerciții practice pentru a stăpâni tehnicile de machine learning. Repository-ul se distinge prin combinarea conținutului instrucțional cu cerințele tehnice pentru calculul de înaltă performanță. Include ghiduri specifice pentru configurarea mediilor de dezvoltare locale pentru a susține antrenamentul accelerat hardware pe unități de procesare grafică (GPU), asigurându-se că cursanții pot efectua calcule matematice intensive pentru modelele lor. Platforma suportă o gamă de fluxuri de lucru de dezvoltare, de la prototiparea rapidă a arhitecturilor de rețele neuronale până la execuția experimentelor de data science. Oferă utilitare pentru randarea ecuațiilor matematice și a codului în cadrul documentelor și acomodează atât dezvoltarea locală offline, cât și mediile de execuție bazate pe cloud.

    Includes a dedicated viewer to render notebook documents and mathematical equations for quick content inspection without executing underlying code.

    Jupyter Notebook
    Vezi pe GitHub↗1,909
  • kotlin/dataframeAvatar Kotlin

    Kotlin/dataframe

    1,049Vezi pe GitHub↗

    This library is a data processing framework for the JVM that provides a type-safe environment for manipulating structured tabular data. It functions as a comprehensive toolset for performing complex data transformations, aggregations, and statistical analysis, while leveraging compile-time schema validation to ensure structural integrity across data pipelines. The project distinguishes itself through its deep integration with interactive notebook environments and its use of compile-time code generation. By automatically deriving and enforcing schemas from raw inputs, it generates type-safe ac

    Displays tabular data as interactive, formatted tables within notebook cells to facilitate visual inspection.

    Kotlindata-analysisdata-sciencedataframe
    Vezi pe GitHub↗1,049
  1. Home
  2. Development Tools & Productivity
  3. Notebook Rendering Utilities

Explorează sub-etichetele

  • Clean Output ExportingUtilities for exporting notebook content by filtering out source code and retaining only rendered results. **Distinct from Notebook Rendering Utilities:** Focuses on the removal of input cells for a 'clean' export, not just in-cell rendering.
  • Notebook-to-Slideshow ConvertersTools that transform notebook cells into structured slide decks for live presentations. **Distinct from Notebook-to-Web Converters:** Specifically transforms notebooks into slideshows rather than general web pages or static HTML documents.
  • Notebook-to-Web ConvertersUtilities that transform interactive notebook cells and visualizations into clean, web-ready HTML pages. **Distinct from Notebook Rendering Utilities:** Distinct from Notebook Rendering Utilities: focuses on the full conversion to a standalone web page rather than in-cell rendering within a notebook environment.