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

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

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

gopherdata/gophernotes

0
View on GitHub↗
3,965 نجوم·265 تفرعات·Go·MIT·3 مشاهدات

Gophernotes

Gophernotes هو تطبيق خلفي لبروتوكول نواة Jupyter وبيئة تشغيل تفاعلية تتيح تنفيذ كود لغة Go داخل بيئات دفاتر الملاحظات (notebooks). يعمل كمحرك تنفيذ للغة Go، مما يسمح للمستخدمين بدمج Go في دفاتر الملاحظات متعددة اللغات مثل Jupyter و nteract.

يدعم المشروع إنشاء مستندات تجمع بين الكود المصدري القابل للتنفيذ والوسائط الغنية. ويقوم بتعيين أنواع البيانات الداخلية إلى تنسيقات مختلفة، بما في ذلك HTML و JSON و LaTeX و PDF والصور، لتوفير تمثيلات مرئية لنتائج التنفيذ.

يغطي النظام مجموعة من القدرات بما في ذلك تنفيذ أوامر shell النظام، وإدارة سياقات تنفيذ دفاتر الملاحظات، وربط حزم الطرف الثالث عبر أنظمة تشغيل مختلفة.

Features

  • Notebook Code Execution - Provides the ability to execute Go source code within notebook cells and return immediate results to the user.
  • Jupyter Language Kernels - Acts as a Go language execution engine that allows users to run Go code and shell commands within Jupyter notebooks.
  • Jupyter Notebook Integrations - Integrates the Go language into Jupyter and nteract environments to create documents with live code.
  • Internal Messaging Protocols - Implements a socket-based request-response protocol using ZeroMQ for communication between the kernel and notebook frontend.
  • JSON Message Exchanges - Uses a structured JSON schema to exchange execution requests and rich media results between the kernel and frontend.
  • Ephemeral Source Generation - Writes cell contents to temporary Go files on disk for compilation and execution by the native toolchain.
  • Interactive Runtimes - Provides an environment for executing Go source code in cells to produce live outputs and rich media visualizations.
  • Notebook Kernels - Implements the Jupyter kernel protocol to process and return Go language execution results.
  • Source-to-Binary Compilation Toolchains - Integrates with the installed Go compiler and linker to transform source code into executable binaries at runtime.
  • Polyglot Notebooks - Enables a polyglot workflow by adding Go as a compatible execution kernel within a single notebook interface.
  • Interactive Data Exploration - Allows processing data in notebook cells and rendering results as HTML or JSON for easier analysis.
  • Output Format Rendering - Renders analysis results and code output into multiple formats including HTML and JSON for display in notebook cells.
  • Literate Programming Tools - Combines executable Go source code with formatted text and images to create technical documentation and tutorials.
  • MIME Type Mappings - Maps internal Go data types to supported media formats like LaTeX, PDF, and HTML for rich rendering.
  • Interactive Development - Supports a development workflow where Go code is written and tested in small chunks with immediate feedback.
  • Image Rendering - Converts image data into standard formats with metadata for visual display within a notebook cell.
  • MIME Type Renderers - Maps Go data structures to specific MIME types like HTML or JSON for specialized rendering in the notebook UI.
  • Interactive Execution - Jupyter Notebook kernel for Go.

سجل النجوم

مخطط تاريخ النجوم لـ gopherdata/gophernotesمخطط تاريخ النجوم لـ gopherdata/gophernotes

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

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

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

Start searching with AI

بدائل مفتوحة المصدر لـ Gophernotes

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Gophernotes.
  • kotlin/kotlin-jupyterالصورة الرمزية لـ Kotlin

    Kotlin/kotlin-jupyter

    1,218عرض على GitHub↗

    Kotlin Jupyter is an interactive computing environment that enables the execution of Kotlin code within Jupyter notebooks. It functions as a kernel for the Java Virtual Machine, providing a platform for data analysis, rapid prototyping, and scientific computing research. The system manages the evaluation of code snippets by compiling them dynamically at runtime, allowing for real-time interaction and variable inspection. The project distinguishes itself through a sophisticated code transformation pipeline that intercepts and modifies user input to support custom syntax and automated logic. It

    Kotlin
    عرض على GitHub↗1,218
  • root-project/clingالصورة الرمزية لـ root-project

    root-project/cling

    4,147عرض على GitHub↗

    Cling is an interactive C++ interpreter and read-eval-print loop that allows for the execution of C++ code in real time. It provides an interactive environment where statements can be evaluated immediately, bypassing the manual compilation and linking cycles typically required for the language. The system functions as a Jupyter C++ kernel, enabling cell-based development and visualization within notebook interfaces. It also supports the loading and execution of external source files within an active session. The environment includes capabilities for just-in-time debugging and profiling by em

    C++c-plus-plusclanginterpreter
    عرض على GitHub↗4,147
  • nteract/papermillالصورة الرمزية لـ nteract

    nteract/papermill

    6,451عرض على GitHub↗

    Papermill is a Jupyter notebook execution engine and parameterization framework designed to run notebooks programmatically. It allows users to inject custom input values into notebooks to execute the same logic across different datasets, transforming interactive notebooks into reproducible data science pipelines. The project functions as a language-agnostic notebook runner and orchestrator, supporting kernels for Python, R, Julia, and Scala. It is distinguished by its cloud-integrated runner capabilities, featuring built-in handlers to read and write notebooks directly to storage providers su

    Python
    عرض على GitHub↗6,451
  • polynote/polynoteالصورة الرمزية لـ polynote

    polynote/polynote

    4,595عرض على GitHub↗

    Polynote is a polyglot notebook environment and interactive document system designed for executing code in multiple languages within a single document. It functions as a cross-language data analysis tool and a JVM language IDE, allowing users to combine executable code, rich text, and data visualizations to prototype and document technical workflows. The system is distinguished by its ability to share data and variables between different language runtimes, such as Python and the JVM. It uses cross-language object conversion and data wrapping to pass objects between runtimes, enabling multi-la

    Jupyter Notebook
    عرض على GitHub↗4,595
عرض جميع البدائل الـ 30 لـ Gophernotes→

الأسئلة الشائعة

ما هي وظيفة gopherdata/gophernotes؟

Gophernotes هو تطبيق خلفي لبروتوكول نواة Jupyter وبيئة تشغيل تفاعلية تتيح تنفيذ كود لغة Go داخل بيئات دفاتر الملاحظات (notebooks). يعمل كمحرك تنفيذ للغة Go، مما يسمح للمستخدمين بدمج Go في دفاتر الملاحظات متعددة اللغات مثل Jupyter و nteract.

ما هي الميزات الرئيسية لـ gopherdata/gophernotes؟

الميزات الرئيسية لـ gopherdata/gophernotes هي: Notebook Code Execution, Jupyter Language Kernels, Jupyter Notebook Integrations, Internal Messaging Protocols, JSON Message Exchanges, Ephemeral Source Generation, Interactive Runtimes, Notebook Kernels.

ما هي البدائل مفتوحة المصدر لـ gopherdata/gophernotes؟

تشمل البدائل مفتوحة المصدر لـ gopherdata/gophernotes: kotlin/kotlin-jupyter — Kotlin Jupyter is an interactive computing environment that enables the execution of Kotlin code within Jupyter… root-project/cling — Cling is an interactive C++ interpreter and read-eval-print loop that allows for the execution of C++ code in real… nteract/papermill — Papermill is a Jupyter notebook execution engine and parameterization framework designed to run notebooks… polynote/polynote — Polynote is a polyglot notebook environment and interactive document system designed for executing code in multiple… clidey/whodb — whodb is a multi-database management interface and notebook client designed for exploring and managing data across… xo/usql — usql is a universal SQL command-line interface used to connect to and manage multiple SQL and NoSQL databases through…