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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to quantstack/voila

Open-source alternatives to Voila

26 open-source projects similar to quantstack/voila, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Voila alternative.

  • damianavila/riseAvatar de damianavila

    damianavila/RISE

    3,739Voir sur 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

    JavaScript
    Voir sur GitHub↗3,739
  • nteract/papermillAvatar de nteract

    nteract/papermill

    6,451Voir sur GitHub↗

    Papermill is a Jupyter notebook execution engine and parameterization framework designed to run notebooks programmatically. It allows users to inject custom input values into notebooks to execute the same logic across different datasets, transforming interactive notebooks into reproducible data science pipelines. The project functions as a language-agnostic notebook runner and orchestrator, supporting kernels for Python, R, Julia, and Scala. It is distinguished by its cloud-integrated runner capabilities, featuring built-in handlers to read and write notebooks directly to storage providers su

    Python
    Voir sur GitHub↗6,451
  • mljar/mercuryAvatar de mljar

    mljar/mercury

    4,333Voir sur GitHub↗

    Mercury is a framework for transforming Jupyter notebooks into interactive web applications, a notebook execution API, and a static site generator. It functions as a self-hosted application server that allows users to deploy password-protected notebooks as functional user interfaces without writing frontend code. The system distinguishes itself by mapping notebook widgets to a reactive web interface and synchronizing live application sessions across multiple users in real time. It enables remote execution of notebooks via an API to retrieve computation results as structured data and supports

    Pythondata-sciencedata-visualizationjupyter
    Voir sur GitHub↗4,333

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • connorferster/handcalcsAvatar de connorferster

    connorferster/handcalcs

    5,805Voir sur GitHub↗

    handcalcs is a mathematical documentation generator and Python LaTeX calculation renderer. It serves as an automated calculation sheet tool that converts Python code and numeric calculations into formatted LaTeX mathematical documentation, functioning as both a symbolic math formatter and a Jupyter notebook math extension. The project transforms Python variable names into Greek symbols, subscripts, and standard mathematical notation. It converts code into formatted mathematical expressions that display the original formula, the numeric substitution, and the final result, allowing for the crea

    CSS
    Voir sur GitHub↗5,805
  • executablebooks/jupyter-bookAvatar de executablebooks

    executablebooks/jupyter-book

    4,251Voir sur GitHub↗

    Jupyter Book is a computational book publisher and static site generator that converts Jupyter notebooks and markdown files into interactive web books and publication-quality PDF documents. It serves as a markdown-based documentation tool that executes embedded code at build time and caches the resulting outputs for static display. The system distinguishes itself by supporting interactive data publications, allowing readers to engage with live computational widgets and launch notebooks in remote execution environments. It extends standard markdown with a system of roles and directives to supp

    TypeScript
    Voir sur GitHub↗4,251
  • facebookresearch/visdomF

    facebookresearch/visdom

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • fastai/nbdevF

    fastai/nbdev

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • gitjeff05/kapitsaG

    gitjeff05/kapitsa

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • ideonate/cdsdashboardsI

    ideonate/cdsdashboards

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • jhamrick/nbflowJ

    jhamrick/nbflow

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • jupyter/nbdimeAvatar de jupyter

    jupyter/nbdime

    2,835Voir sur GitHub↗

    Tools for diffing and merging of Jupyter notebooks.

    TypeScript
    Voir sur GitHub↗2,835
  • kracekumar/jutK

    kracekumar/jut

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • man-group/notebookerM

    man-group/notebooker

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • manugraj/ganimedeM

    manugraj/ganimede

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • minodes/pynbM

    minodes/pynb

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • mwouts/jupytextAvatar de mwouts

    mwouts/jupytext

    7,121Voir sur GitHub↗

    Jupytext is a synchronization tool and text converter for Jupyter Notebooks. It transforms notebook files into plain text formats, such as Markdown or Python scripts, to enable line-by-line diffs and peer reviews within version control systems. The tool pairs notebook files with corresponding text files to maintain a dual representation of the same content. It uses bidirectional synchronization to update linked files based on the most recent modifications, allowing notebook content to be edited inside standard text editors. Beyond file conversion and synchronization, the project provides cap

    Pythonhydrogenjupyter-notebookjupyterlab
    Voir sur GitHub↗7,121
  • nthiery/rst-to-ipynbN

    nthiery/rst-to-ipynb

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • ploomber/ploomberAvatar de ploomber

    ploomber/ploomber

    3,623Voir sur GitHub↗

    The fastest ⚡️ way to build data pipelines. Develop iteratively, deploy anywhere. ☁️

    Pythondata-engineeringdata-sciencejupyter
    Voir sur GitHub↗3,623
  • posit-dev/positronAvatar de posit-dev

    posit-dev/positron

    3,969Voir sur 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

    TypeScript
    Voir sur GitHub↗3,969
  • rstudio/py-shinyR

    rstudio/py-shiny

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • streamlit/streamlitAvatar de streamlit

    streamlit/streamlit

    44,982Voir sur GitHub↗

    Streamlit is a Python framework designed to transform data scripts into interactive web applications. It utilizes a reactive execution engine that automatically reruns scripts from top to bottom whenever a user interaction triggers a state change, ensuring the interface remains synchronized with the underlying data. By providing a declarative interface, it allows developers to build functional applications without requiring extensive knowledge of frontend web technologies. The framework distinguishes itself through an identity-based widget reconciliation system that persists user input across

    Pythondata-analysisdata-sciencedata-visualization
    Voir sur GitHub↗44,982
  • takluyver/bookbookT

    takluyver/bookbook

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • aaren/notedownA

    aaren/notedown

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • voila-dashboards/voila-gridstackV

    voila-dashboards/voila-gridstack

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • apache/supersetAvatar de apache

    apache/superset

    73,451Voir sur GitHub↗

    Superset is a web-based business intelligence platform designed for data exploration, visualization, and interactive dashboarding. It functions as a query-driven analytics engine that connects to various SQL databases, allowing users to perform ad-hoc analysis, define virtual metrics, and build complex data visualizations through a centralized interface. The platform distinguishes itself through a robust semantic layer that transforms raw database schemas into calculated columns and virtual metrics, enabling consistent business logic across an organization. It features a plugin-based visualiz

    TypeScriptanalyticsapacheapache-superset
    Voir sur GitHub↗73,451
  • conery/nbscanC

    conery/nbscan

    0Voir sur GitHub↗
    Voir sur GitHub↗0