awesome-repositories.com
Blog
awesome-repositories.com

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

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

5 repositorios

Awesome GitHub RepositoriesInteractive Computing Environments

Integrated shells for code execution, session persistence, and system tool integration.

Distinguishing note: None of the candidates cover the high-level identity of a programmable REPL environment with integrated system tools.

Explore 5 awesome GitHub repositories matching programming languages & runtimes · Interactive Computing Environments. Refine with filters or upvote what's useful.

Awesome Interactive Computing Environments GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ipython/ipythonAvatar de ipython

    ipython/ipython

    16,718Ver en GitHub↗

    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

    Provides a programmable shell for executing Python code with persistent session history and integrated system tools.

    Python
    Ver en GitHub↗16,718
  • jupyter/jupyterAvatar de jupyter

    jupyter/jupyter

    15,327Ver en GitHub↗

    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 execut

    Provides a workspace where live code, equations, and rich media are combined in a single document for analysis.

    Python
    Ver en GitHub↗15,327
  • jupyter/notebookAvatar de jupyter

    jupyter/notebook

    13,204Ver en GitHub↗

    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

    Provides a web-based environment for creating and sharing interactive documents with live code and equations.

    Jupyter Notebookclosemberjupyterjupyter-notebook
    Ver en GitHub↗13,204
  • jupyter/docker-stacksAvatar de jupyter

    jupyter/docker-stacks

    8,432Ver en GitHub↗

    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

    Deploys ready-to-use Docker images that launch interactive Jupyter servers for data analysis and coding.

    Pythondockeripythonipython-notebook
    Ver en GitHub↗8,432
  • jupyterhub/jupyterhubAvatar de jupyterhub

    jupyterhub/jupyterhub

    8,308Ver en GitHub↗

    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

    Provides scalable compute infrastructure for users to run interactive data science and coding tasks.

    Python
    Ver en GitHub↗8,308
  1. Home
  2. Programming Languages & Runtimes
  3. Interactive Computing Environments