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
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jupyter avatar

jupyter/jupyter

0
View on GitHub↗
15,327 Stars·4,519 Forks·Python·BSD-3-Clause·11 Aufrufejupyter.readthedocs.io↗

Jupyter

Jupyter is an interactive computing platform and data science workspace designed for creating documents that combine live code, equations, visualizations, and narrative text. It provides a polyglot notebook interface that connects a frontend user interface to various backend language engines through a standardized kernel protocol for real-time code evaluation.

The system enables polyglot programming workflows, allowing multiple different programming languages to run within a single interface. It supports computational document authoring and data science exploration by allowing users to execute code in small chunks to visualize data and iterate on hypotheses.

The project includes tools for managing interactive computing environments and simplifying the installation of the required software components. It also incorporates a build pipeline for generating and previewing project documentation via a static site process.

Features

  • Interactive Computing Environments - Provides a workspace where live code, equations, and rich media are combined in a single document for analysis.
  • Interactive Execution Environments - Connects a frontend user interface to backend language engines for real-time code evaluation and stateful execution.
  • Polyglot Development Workflows - Enables running multiple different programming languages within a single interface via specialized compute kernels.
  • Interactive Computing Platforms - Provides an environment for creating and sharing documents that contain live code, equations, and visualizations.
  • Data Science Workspaces - Provides a toolset for exploratory data analysis and scientific computing using a cell-based document structure.
  • Exploratory Data Analysis Workflows - Allows writing and executing code in small chunks to visualize data and iterate on hypotheses without restarting the program.
  • Reproducible Research Documents - Combines executable code and narrative text to create reports for reproducible research and technical documentation.
  • Notebook Interfaces - Provides a web-based editor supporting multiple programming languages through a standardized kernel protocol.
  • Interactive Computing - Interactive environment for data analysis and project documentation.
  • Hosted Notebook Platforms - Provides the core repository for managing available programming language kernels.
  • Jupyter Ecosystem Tools - Core project for interactive computing and notebook environments.
  • Guides and Tutorials - Serves as the primary reference for the ecosystem and kernel specifications.

Star-Verlauf

Star-Verlauf für jupyter/jupyterStar-Verlauf für jupyter/jupyter

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht jupyter/jupyter?

Jupyter is an interactive computing platform and data science workspace designed for creating documents that combine live code, equations, visualizations, and narrative text. It provides a polyglot notebook interface that connects a frontend user interface to various backend language engines through a standardized kernel protocol for real-time code evaluation.

Was sind die Hauptfunktionen von jupyter/jupyter?

Die Hauptfunktionen von jupyter/jupyter sind: Interactive Computing Environments, Interactive Execution Environments, Polyglot Development Workflows, Interactive Computing Platforms, Data Science Workspaces, Exploratory Data Analysis Workflows, Reproducible Research Documents, Notebook Interfaces.

Welche Open-Source-Alternativen gibt es zu jupyter/jupyter?

Open-Source-Alternativen zu jupyter/jupyter sind unter anderem: ipython/ipython — IPython is an interactive computing environment and programmable extension of the Python read-eval-print loop. It… jupyter/notebook — This project is a browser-based interactive computing environment and data science IDE. It serves as a literate… jupyter/docker-stacks — This project is a collection of pre-configured Docker images that provide ready-to-run environments for interactive… jupyterlab/jupyterlab-desktop — JupyterLab Desktop is a standalone desktop application for interactive computing and coding. It serves as a native… jupyterhub/jupyterhub — JupyterHub is a multi-user platform for hosting and managing isolated Jupyter notebook server instances on a single… lighttable/lighttable — LightTable is an extensible source code editor and integrated development environment designed as an interactive…

Open-Source-Alternativen zu Jupyter

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Jupyter.
  • ipython/ipythonAvatar von ipython

    ipython/ipython

    16,718Auf GitHub ansehen↗

    IPython is an interactive computing environment and programmable extension of the Python read-eval-print loop. It serves as a development tool for writing, testing, and executing code in a live environment designed for rapid prototyping and data exploration. The system differentiates itself through a specialized set of magic commands for environment configuration and system shell integration. It features an object introspection engine for analyzing live program objects at runtime and a frontend-agnostic kernel that allows the execution logic to be embedded into other applications or graphical

    Python
    Auf GitHub ansehen↗16,718
  • 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 Notebookclosemberjupyterjupyter-notebook
    Auf GitHub ansehen↗13,204
  • jupyter/docker-stacksAvatar von jupyter

    jupyter/docker-stacks

    8,432Auf GitHub ansehen↗

    This project is a collection of pre-configured Docker images that provide ready-to-run environments for interactive computing and data science. It functions as a scientific computing stack and a polyglot notebook server, bundling language interpreters and libraries for Python, R, and Julia within a containerized system to ensure reproducible research environments. The collection uses a layered image hierarchy to provide versioned software dependencies and support for hardware acceleration across different CPU architectures. It allows for the creation of custom images based on a foundation of

    Pythondockeripythonipython-notebook
    Auf GitHub ansehen↗8,432
  • jupyterhub/jupyterhubAvatar von jupyterhub

    jupyterhub/jupyterhub

    8,308Auf GitHub ansehen↗

    JupyterHub is a multi-user platform for hosting and managing isolated Jupyter notebook server instances on a single system or cluster. It serves as a notebook server orchestrator that spawns and monitors individual computing environments on demand. The system uses a plugin-based spawner interface to launch these environments across diverse infrastructure, including local processes, containers, or cloud clusters. It integrates with external identity providers and supports pluggable authentication to verify user identities and secure access. The framework includes centralized administration to

    Python
    Auf GitHub ansehen↗8,308
  • Alle 30 Alternativen zu Jupyter anzeigen→