awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to nteract/nteract

Open-source alternatives to Nteract

12 open-source projects similar to nteract/nteract, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Nteract alternative.

  • holoviz/panelالصورة الرمزية لـ holoviz

    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
  • jupyter/docker-stacksالصورة الرمزية لـ jupyter

    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/notebookالصورة الرمزية لـ jupyter

    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

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • jupyterhub/jupyterhubالصورة الرمزية لـ jupyterhub

    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
  • jupyterlab/jupyterlabالصورة الرمزية لـ jupyterlab

    jupyterlab/jupyterlab

    15,210عرض على GitHub↗

    JupyterLab is a web-based development environment designed for interactive data science, collaborative research, and computational notebook authoring. It provides a unified workspace where users can execute code, manage computational kernels, and create documents that integrate live code, rich data visualizations, and narrative text. The platform is built on a modular architecture that supports extensive customization through a plugin system. This framework allows for the dynamic loading of extensions, enabling users to define custom file viewers, interface themes, and keyboard shortcuts. By

    TypeScriptjupyterjupyterlab
    عرض على GitHub↗15,210
  • jupyterlab/jupyterlab-desktopالصورة الرمزية لـ jupyterlab

    jupyterlab/jupyterlab-desktop

    4,238عرض على GitHub↗

    JupyterLab Desktop is a standalone desktop application for interactive computing and coding. It serves as a native wrapper that bundles the JupyterLab web interface and a Python kernel into a single installation. The application provides a dedicated workspace for creating documents that contain live code, equations, visualizations, and narrative text. It utilizes an Electron shell to provide a consistent, isolated user interface for a desktop data science workflow. The system manages the local installation of JupyterLab and handles the orchestration of backend computing kernels. It includes

    TypeScriptjupyterjupyter-notebookjupyterlab
    عرض على GitHub↗4,238
  • kaggle/docker-pythonالصورة الرمزية لـ Kaggle

    Kaggle/docker-python

    2,711عرض على GitHub↗

    Kaggle Python docker image

    Python
    عرض على GitHub↗2,711
  • ml-tooling/ml-workspaceالصورة الرمزية لـ ml-tooling

    ml-tooling/ml-workspace

    3,540عرض على GitHub↗

    🛠 All-in-one web-based IDE specialized for machine learning and data science.

    Jupyter Notebook
    عرض على GitHub↗3,540
  • nteract/hydrogenالصورة الرمزية لـ nteract

    nteract/hydrogen

    4,011عرض على GitHub↗

    Hydrogen is an interactive code execution environment and text editor integration that enables the execution of individual lines or blocks of code with immediate inline output. It functions as a polyglot interactive notebook and a remote kernel orchestrator, allowing users to run code via Jupyter kernels and render rich media, such as plots, images, and video, directly within the editor. The system distinguishes itself through remote kernel management, routing code execution to external containers or remote servers via network sockets. It maintains a stateful programming environment where lan

    TypeScriptatomdata-sciencehydrogen
    عرض على GitHub↗4,011
  • stencila/stencilaالصورة الرمزية لـ stencila

    stencila/stencila

    888عرض على GitHub↗

    Documents with Scientific Intelligence

    Rust
    عرض على GitHub↗888
  • tweag/jupyterwithT

    tweag/jupyterWith

    0عرض على GitHub↗
    عرض على GitHub↗0
  • voila-dashboards/voilaالصورة الرمزية لـ voila-dashboards

    voila-dashboards/voila

    5,935عرض على GitHub↗

    Voilà is a tool that converts Jupyter notebooks into standalone interactive web applications. It renders notebook cells as HTML web components, preserving live widgets while stripping source code by default, and gives each viewer a dedicated Jupyter kernel for isolated widget state and callback execution. The project runs as a Jupyter server extension, reusing existing server infrastructure for notebook serving and authentication. It supports directory-based notebook hosting, serving all notebooks in a folder as a browsable collection of web applications from a single command. Voilà also prov

    Python
    عرض على GitHub↗5,935