awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesNotebook Interfaces

Web-based environments for interactive code execution and data analysis.

Distinguishing note: Focuses on launching remote environments specifically as browser-based notebooks.

Explore 4 awesome GitHub repositories matching web development · Notebook Interfaces. Refine with filters or upvote what's useful.

Awesome Notebook Interfaces GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • jakevdp/pythondatasciencehandbookAvatar de jakevdp

    jakevdp/PythonDataScienceHandbook

    48,561Voir sur GitHub↗

    This project is an interactive data science environment that combines code execution, rich media visualization, and narrative documentation into a persistent, browser-based platform. It serves as a comprehensive educational resource for scientific computing, providing a framework for iterative data analysis and machine learning prototyping. The environment is distinguished by its focus on high-performance numerical computing, utilizing vectorized array operations and memory-mapped data structures to handle large-scale computations efficiently. It features a unified estimator interface that st

    Supports browser-based notebook interfaces for executing code and visualizing data.

    Jupyter Notebookjupyter-notebookmatplotlibnumpy
    Voir sur GitHub↗48,561
  • jupyter/jupyterAvatar de jupyter

    jupyter/jupyter

    15,327Voir sur 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 web-based editor supporting multiple programming languages through a standardized kernel protocol.

    Python
    Voir sur GitHub↗15,327
  • jupyter/notebookAvatar de jupyter

    jupyter/notebook

    13,204Voir sur 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 notebook interface that connects to various language kernels to execute code in a single view.

    Jupyter Notebookclosemberjupyterjupyter-notebook
    Voir sur GitHub↗13,204
  • aimhubio/aimAvatar de aimhubio

    aimhubio/aim

    6,159Voir sur GitHub↗

    Aim is an open-source platform for logging, visualizing, and comparing machine learning training runs and LLM traces. It provides a remote tracking server and a comparison UI, functioning as an ML experiment tracker, AI workflow logger, and LLM trace recorder that captures prompts, generations, and tool calls from AI applications. The platform distinguishes itself through a run-based data model with local SQLite storage, real-time metric streaming, and a plugin-based explorer system that supports specialized visual analysis of metrics, images, audio, and text. It offers a Python SDK with cont

    Launches the web interface directly inside a Jupyter or SageMaker notebook for inline experiment review.

    Python
    Voir sur GitHub↗6,159
  1. Home
  2. Web Development
  3. Notebook Interfaces

Explorer les sous-tags

  • Inline Experiment LaunchersLaunching experiment tracking UIs directly inside Jupyter or SageMaker notebooks for inline review. **Distinct from Notebook Interfaces:** Distinct from Notebook Interfaces: focuses on launching an external experiment UI inline, not the notebook environment itself.