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

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

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

nteract/nteract

0
View on GitHub↗
133 星标·8 分支·TypeScript·BSD-3-Clause·2 次浏览

Nteract

We're back! Now firing notebooks out of a t-shirt gun.

Features

  • Notebook Runtimes - Native desktop application for notebook editing and execution.

Star 历史

nteract/nteract 的 Star 历史图表nteract/nteract 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Nteract 的开源替代方案

相似的开源项目,按与 Nteract 的功能重合度排序。
  • jupyter/docker-stacksjupyter 的头像

    jupyter/docker-stacks

    8,432在 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

    Pythondockeripythonipython-notebook
    在 GitHub 上查看↗8,432
  • 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

    Jupyter Notebookclosemberjupyterjupyter-notebook
    在 GitHub 上查看↗13,204
  • jupyterhub/jupyterhubjupyterhub 的头像

    jupyterhub/jupyterhub

    8,308在 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

    Python
    在 GitHub 上查看↗8,308
  • holoviz/panelholoviz 的头像

    holoviz/panel

    5,709在 GitHub 上查看↗

    Panel is a Python data application framework used to build interactive dashboards and reactive user interfaces by connecting data visualizations, widgets, and callbacks. It functions as a reactive UI library that synchronizes application state with interface updates based on user interactions. The project distinguishes itself by offering multiple execution models, including a FastAPI-based web application server for scalable session management and a WebAssembly compiler that enables Python applications to run directly in the browser without a backend server. It also includes a specialized too

    Python
    在 GitHub 上查看↗5,709
查看 Nteract 的所有 12 个替代方案→

常见问题解答

nteract/nteract 是做什么的?

We're back! Now firing notebooks out of a t-shirt gun.

nteract/nteract 的主要功能有哪些?

nteract/nteract 的主要功能包括:Notebook Runtimes。

nteract/nteract 有哪些开源替代品?

nteract/nteract 的开源替代品包括: holoviz/panel — Panel is a Python data application framework used to build interactive dashboards and reactive user interfaces by… jupyter/docker-stacks — This project is a collection of pre-configured Docker images that provide ready-to-run environments for interactive… jupyter/notebook — This project is a browser-based interactive computing environment and data science IDE. It serves as a literate… jupyterhub/jupyterhub — JupyterHub is a multi-user platform for hosting and managing isolated Jupyter notebook server instances on a single… jupyterlab/jupyterlab — JupyterLab is a web-based development environment designed for interactive data science, collaborative research, and… jupyterlab/jupyterlab-desktop — JupyterLab Desktop is a standalone desktop application for interactive computing and coding. It serves as a native…