4 रिपॉजिटरी
Runs code blocks in Python, R, Julia, or Observable via separate kernel processes, capturing stdout and rich output.
Distinct from Code Execution Engines: Distinct from Code Execution Engines: specifically supports multiple language kernels (Python, R, Julia, Observable) rather than a single execution engine.
Explore 4 awesome GitHub repositories matching software engineering & architecture · Multi-Kernel Code Execution. Refine with filters or upvote what's useful.
Quarto is an open-source scientific and technical publishing system built on Pandoc that converts Markdown and Jupyter notebooks into a wide range of output formats. It functions as a multi-format document converter, a reproducible research platform, a static site generator for technical content, and an interactive dashboard builder, all within a single framework. The system is distinguished by its ability to produce HTML, PDF, Word, ePub, and slide decks from a single Markdown source, while embedding executable code blocks in Python, R, Julia, or Observable for dynamic, reproducible document
Executes code blocks in Python, R, Julia, or Observable via separate kernel processes.
Bookdown एक तकनीकी प्रकाशन फ्रेमवर्क और दस्तावेज़ प्रोसेसर है जिसका उपयोग लंबी-फॉर्म प्रकाशनों, जैसे कि पुस्तकों और रिपोर्टों को लिखने के लिए किया जाता है। यह एक R Markdown पुस्तक जनरेटर और स्टेटिक साइट जनरेटर के रूप में कार्य करता है, जो उपयोगकर्ताओं को निष्पादन योग्य कोड और डेटा विज़ुअलाइज़ेशन के साथ कथा टेक्स्ट को संयोजित करने की अनुमति देता है। यह सिस्टम मल्टी-फ़ाइल असेंबली पाइपलाइन्स और कई फ़ाइलों में आंकड़ों, तालिकाओं और समीकरणों के लिए स्वचालित क्रॉस-रेफरेंस इंडेक्सिंग को प्रबंधित करने की अपनी क्षमता के माध्यम से खुद को अलग करता है। यह वैज्ञानिक सामग्री के लिए विशेष टाइपसेटिंग का समर्थन करता है, जिसमें LaTeX और HTML कंटेनरों के लिए प्रमेय और प्रमाण सिंटैक्स की मैपिंग शामिल है। यह फ्रेमवर्क PDF, EPUB, और रिस्पॉन्सिव HTML वेबसाइटों के लिए मल्टी-फॉर्मेट प्रकाशन निर्माण सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। यह गतिशील सामग्री एकीकरण के लिए उपकरण प्रदान करता है, जैसे कि HTML विजेट्स और इंटरैक्टिव एप्लिकेशन, साथ ही प्रोजेक्ट संरचना इनिशियलाइज़ेशन, क्लाउड होस्टिंग परिनियोजन, और सार्वजनिक कैटलॉग पंजीकरण के लिए उपयोगिताएं।
Runs code blocks in various programming languages via separate kernels to capture rich output and visualizations.
This project is a collection of curricular resources and hands-on tutorials designed to teach Python programming and scientific computing. It consists of a series of interactive lessons and executable notebooks that provide a guided approach to learning Python through a combination of code and prose. The curriculum is specifically designed for experienced programmers to quickly master Python syntax, data structures, and core language semantics. It includes an introductory guide to the libraries and programming environments used for scientific computing and complex dataset analysis. The educa
Provides a kernel-driven execution environment that maintains a persistent backend process to track state between code cells.
This repository provides a collection of interactive Jupyter notebooks designed to bridge theoretical machine learning concepts with practical implementation. It serves as a structured educational curriculum for deep learning, offering hands-on tutorials that guide users through the fundamentals of neural network architectures and their application. The project distinguishes itself by demonstrating identical neural network architectures across multiple industry-standard machine learning libraries, allowing for direct comparison and framework-agnostic learning. It includes utilities to transfo
Supports multiple language kernel processes to maintain state and execute code cells within an interactive document interface.