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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Alternativen zu interaktiven Daten-Notebooks

Ranking aktualisiert am 30. Juni 2026

For eine Alternative zu Jupyter für Data Science, the strongest matches are jupyter/notebook (Jupyter Notebook is the classic browser-based interactive notebook environment), jupyterlab/jupyterlab (JupyterLab is the canonical interactive notebook environment for data) and livebook-dev/livebook (Livebook is an interactive notebook platform for Elixir with). juliapluto/pluto.jl and jupyterlite/jupyterlite round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Entdecke Open-Source-Rechenumgebungen und Data-Science-Notebooks als Alternativen zu Jupyter.

Alternativen zu interaktiven Daten-Notebooks

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • jupyter/notebookAvatar von jupyter

    jupyter/notebook

    13,204Auf GitHub ansehen↗

    This project is a browser-based interactive computing environment and data science IDE. It serves as a literate programming tool that allows users to create documents combining live code, mathematical equations, visualizations, and narrative text. As a polyglot notebook interface, it connects to various language kernels to execute code and render output within a single interface. The application distinguishes itself by separating the frontend interface from a remote compute engine through a language-agnostic kernel interface. This allows it to support multiple programming languages while main

    Jupyter Notebook is the classic browser-based interactive notebook environment for data science, exactly matching the requested category with multi-language kernel support, cell-based execution, rich output rendering, and markdown — though it lacks built-in real-time collaboration and Git integration, it remains the flagship example the visitor may be looking to replace.

    Jupyter NotebookNotebook InterfacesHTML Rendering
    Auf GitHub ansehen↗13,204
  • jupyterlab/jupyterlabAvatar von jupyterlab

    jupyterlab/jupyterlab

    15,210Auf GitHub ansehen↗

    JupyterLab is a web-based development environment designed for interactive data science, collaborative research, and computational notebook authoring. It provides a unified workspace where users can execute code, manage computational kernels, and create documents that integrate live code, rich data visualizations, and narrative text. The platform is built on a modular architecture that supports extensive customization through a plugin system. This framework allows for the dynamic loading of extensions, enabling users to define custom file viewers, interface themes, and keyboard shortcuts. By

    JupyterLab is the canonical interactive notebook environment for data science, offering cell-based execution with multi-language kernels, rich output, markdown, and real-time collaboration — exactly the kind of platform this search is about.

    TypeScriptComputational Notebooks
    Auf GitHub ansehen↗15,210
  • livebook-dev/livebookAvatar von livebook-dev

    livebook-dev/livebook

    5,805Auf GitHub ansehen↗

    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

    Livebook is an interactive notebook platform for Elixir with a web-based interface, cell-based execution, Markdown support, rich visualization, real-time collaboration, and versioning, fitting the notebook environment category — though it is limited to Elixir and does not offer multi‑language kernel support, making it a narrower alternative to Jupyter.

    ElixirReal-time Collaborative EditorsNotebook Versioning
    Auf GitHub ansehen↗5,805
  • juliapluto/pluto.jlAvatar von JuliaPluto

    JuliaPluto/Pluto.jl

    5,346Auf GitHub ansehen↗

    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

    Pluto.jl is a reactive, open-source interactive notebook environment for Julia with a web-based interface, cell-based execution, and reproducible environments, fitting the search for a Jupyter alternative; however, it is primarily Julia-specific rather than multi-language and lacks built-in real-time collaboration.

    JavaScriptComputational NotebooksNotebook Cell Execution
    Auf GitHub ansehen↗5,346
  • jupyterlite/jupyterliteAvatar von jupyterlite

    jupyterlite/jupyterlite

    4,840Auf GitHub ansehen↗

    JupyterLite is a WebAssembly-based interactive notebook environment that enables browser-based computing without a backend server. It provides a client-side data science sandbox where users can execute programming language kernels and run interactive notebooks entirely within the web browser. The project allows for the creation of tailored distributions by pre-installing specific language packages, bundling custom wheels, and applying environment configurations. It supports the generation of static sites that can be deployed to any standard HTTP host, including the ability to package the envi

    JupyterLite is a WebAssembly-powered interactive notebook environment that runs entirely in the browser without a backend, providing cell-based code execution, rich output, and markdown support—directly fitting the category as a Jupyter alternative, though real-time collaboration and Git integration are not built-in due to its client-side nature.

    TypeScriptComputational Notebooks
    Auf GitHub ansehen↗4,840
  • marimo-team/marimoAvatar von marimo-team

    marimo-team/marimo

    21,468Auf GitHub ansehen↗

    Marimo is a reactive Python notebook environment and data science integrated development environment. It functions as a scripting tool that maintains state consistency by automatically tracking variable dependencies and re-executing downstream code blocks whenever upstream inputs are modified. The platform distinguishes itself by storing notebooks as standard, portable Python scripts rather than proprietary formats, ensuring compatibility with version control systems. It integrates artificial intelligence to assist with code generation and debugging based on the current execution context, whi

    Marimo is a reactive Python notebook environment that stores notebooks as portable scripts for seamless Git integration, offering a web-based, cell-focused interface with rich output support—making it a genuine interactive notebook for data science, though its Python-only focus and lack of real-time collaboration narrow it compared to Jupyter.

    PythonNotebook EnvironmentsInteractive Data Science EnvironmentsReactive Execution Models
    Auf GitHub ansehen↗21,468
  • apache/zeppelinAvatar von apache

    apache/zeppelin

    6,629Auf GitHub ansehen↗

    Apache Zeppelin is a web-based notebook platform for interactive data analytics that supports executing code in over 20 languages within a single notebook. It provides a plugin-based interpreter architecture that allows the notebook to be extended with new languages and data sources, and includes a JDBC connector abstraction for connecting to any JDBC-compliant database. The platform also features session-isolated interpreter contexts, enabling separate interpreter instances per notebook or user with support for dependency injection and user impersonation. The platform distinguishes itself th

    Apache Zeppelin is a web-based notebook platform for data analytics with multi-language interpreter support and rich output, making it a solid self-hostable open-source alternative to Jupyter; while it lacks built-in real-time collaboration and explicit Git integration, it covers most core needs for interactive data analysis.

    JavaNotebook Code ExecutionApache Spark AnalyticsInterpreter API Integrations
    Auf GitHub ansehen↗6,629
  • spark-notebook/spark-notebookAvatar von spark-notebook

    spark-notebook/spark-notebook

    3,144Auf GitHub ansehen↗

    This project is an interactive, web-based notebook environment designed for distributed data science and large-scale computing. It serves as a development tool for executing code and performing data analysis specifically within the Apache Spark framework, providing a browser-based interface that combines code execution with reactive data visualization. The platform distinguishes itself through its deep integration with distributed infrastructure, allowing users to manage cluster resources, configure runtime dependencies, and isolate execution processes for individual notebooks. It supports co

    Spark Notebook is an interactive, web-based notebook environment for data science using Scala and Spark, with cell-based code execution and rich output rendering, which squarely fits the category of a Jupyter-like notebook tool, though it is narrower in language support and lacks real-time collaboration and Git integration.

    JavaScriptNotebook Versioning
    Auf GitHub ansehen↗3,144

Related searches

  • eine interaktive Umgebung für Data Science
  • Interactive notebooks
  • Data exploration tools
  • ein Notebook zum Ausführen von SQL
  • ein reaktives Python-Notebook
  • Interactive code environments
  • Open-Source-Alternative zu NotebookLM
  • Open-Source-Tool für graphbasierte Notizen