awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • jakevdp/pythondatasciencehandbookjakevdp 的头像

    jakevdp/PythonDataScienceHandbook

    48,561在 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
    在 GitHub 上查看↗48,561
  • jupyter/jupyterjupyter 的头像

    jupyter/jupyter

    15,327在 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
    在 GitHub 上查看↗15,327
  • jupyter/notebookjupyter 的头像

    jupyter/notebook

    13,204在 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
    在 GitHub 上查看↗13,204
  • aimhubio/aimaimhubio 的头像

    aimhubio/aim

    6,159在 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
    在 GitHub 上查看↗6,159
  1. Home
  2. Web Development
  3. Notebook Interfaces

探索子标签

  • 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.