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

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

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

1 مستودع

Awesome GitHub RepositoriesPolymorphic Output Renderers

Dynamic rendering components that map a result's MIME type to a specific frontend visualization.

Distinct from MIME Type Renderers: Distinct from MIME Type Renderers: specifically handles the polymorphic dispatch of notebook cell outputs based on data type.

Explore 1 awesome GitHub repository matching web development · Polymorphic Output Renderers. Refine with filters or upvote what's useful.

Awesome Polymorphic Output Renderers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • juliapluto/pluto.jlالصورة الرمزية لـ JuliaPluto

    JuliaPluto/Pluto.jl

    5,346عرض على GitHub↗

    Pluto.jl is a reactive computing environment for Julia that functions as a programmable document format. It serves as an interactive data science IDE and a polyglot computational notebook that stores Julia code and environment dependencies as versionable source files. The system is distinguished by its reactive execution model, which uses a directed acyclic graph to track variable dependencies and automatically re-evaluate affected downstream cells when a value changes. It ensures reproducibility by integrating isolated package environments directly within the notebook file and persisting con

    Displays cell outputs by matching the data type of the result to a specialized frontend component using MIME types.

    JavaScriptdesigned-for-teacherseducationexploration
    عرض على GitHub↗5,346
  1. Home
  2. Web Development
  3. Plugin Content Rendering
  4. MIME Type Renderers
  5. Polymorphic Output Renderers