awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 रिपॉजिटरी

Awesome GitHub RepositoriesNotebook Tooling

Utilities and extensions for managing, linting, or formatting interactive notebook documents.

Distinguishing note: Focuses on notebook-specific file processing rather than general-purpose IDE plugins.

Explore 6 awesome GitHub repositories matching development tools & productivity · Notebook Tooling. Refine with filters or upvote what's useful.

Awesome Notebook Tooling GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • astral-sh/ruffastral-sh का अवतार

    astral-sh/ruff

    48,177GitHub पर देखें↗

    Ruff is a high-performance static analysis and code formatting tool designed for Python. Built in Rust, it functions as a comprehensive engine that scans source code to detect programming errors, security vulnerabilities, and deviations from established coding standards. By parsing source code into a structured tree representation, it provides both automated linting and style enforcement across entire projects. The tool distinguishes itself through its speed and deep integration into the development lifecycle. It utilizes parallelized file processing to maximize throughput on large codebases

    The tool applies linting and formatting rules to Jupyter notebook files natively to ensure consistent code quality across both scripts and interactive documents.

    Rustlinterpep8python
    GitHub पर देखें↗48,177
  • astral-sh/tyastral-sh का अवतार

    astral-sh/ty

    17,287GitHub पर देखें↗

    This project is a high-performance static type checker and comprehensive development toolkit for Python. It functions as a core analysis engine that identifies type inconsistencies and enforces code correctness, while simultaneously providing a language server implementation to deliver real-time diagnostics and intelligence directly within development environments. The tool distinguishes itself through a parallelized execution engine that maximizes performance across large-scale codebases and monorepo structures. It supports gradual type adoption, allowing developers to integrate type checkin

    Examines notebook cells in context to provide consistent diagnostics and code intelligence across multi-cell projects.

    Python
    GitHub पर देखें↗17,287
  • mwouts/jupytextmwouts का अवतार

    mwouts/jupytext

    7,121GitHub पर देखें↗

    Jupytext is a synchronization tool and text converter for Jupyter Notebooks. It transforms notebook files into plain text formats, such as Markdown or Python scripts, to enable line-by-line diffs and peer reviews within version control systems. The tool pairs notebook files with corresponding text files to maintain a dual representation of the same content. It uses bidirectional synchronization to update linked files based on the most recent modifications, allowing notebook content to be edited inside standard text editors. Beyond file conversion and synchronization, the project provides cap

    Provides utilities for transforming Jupyter notebooks into various file formats for cross-tool compatibility.

    Pythonhydrogenjupyter-notebookjupyterlab
    GitHub पर देखें↗7,121
  • answerdotai/nbdevAnswerDotAI का अवतार

    AnswerDotAI/nbdev

    5,300GitHub पर देखें↗

    This project is a comprehensive framework for literate programming that enables developers to build production-ready Python libraries entirely within Jupyter Notebooks. By treating notebooks as the primary source of truth, it integrates code, documentation, and testing into a unified development pipeline that exports directly to standard Python modules. The framework distinguishes itself through specialized tooling designed to overcome the inherent challenges of using notebooks in professional software engineering. It includes custom Git hooks and merge drivers that sanitize volatile notebook

    Parses notebook files and applies filtering rules to generate structured documentation from interactive documents.

    Jupyter Notebookcondadeveloper-toolsdocumentation-generator
    GitHub पर देखें↗5,300
  • samuelschmidgall/agentlaboratorySamuelSchmidgall का अवतार

    SamuelSchmidgall/AgentLaboratory

    5,295GitHub पर देखें↗

    AgentLaboratory is a multi-agent research system that automates the entire scientific experimentation process, from literature review through experiment execution to report generation, using a sequence of specialized AI agents. The system orchestrates a team of language-model-driven agents—a literature reviewer, experimental planner, executor, and report writer—to autonomously complete an end-to-end research workflow. The system distinguishes itself by saving progress at every checkpoint, enabling seamless recovery and continuation after interruptions or failures. Agents build on each other's

    Uses notebook-based structured input to guide agent behavior with hardware specs, API keys, and research plans.

    Python
    GitHub पर देखें↗5,295
  • pair-code/litPAIR-code का अवतार

    PAIR-code/lit

    3,636GitHub पर देखें↗

    Lit is a machine learning interpretability framework and model debugging tool designed to analyze model behavior and performance. It serves as an interpretability dashboard for large language models and a general performance analyzer for text, image, and tabular datasets. The project distinguishes itself through a comprehensive suite of interpretability tools, including salience map generation for feature attribution, the creation of synthetic and counterfactual examples to test robustness, and the projection of high-dimensional embeddings into visual spaces via UMAP or PCA. It further enable

    Embeds the interactive interpretability interface directly into notebook cells for inline debugging workflows.

    TypeScriptmachine-learningnatural-language-processingvisualization
    GitHub पर देखें↗3,636
  1. Home
  2. Development Tools & Productivity
  3. Notebook Tooling

सब-टैग एक्सप्लोर करें

  • Agent Guidance NotebooksNotebooks that accept user-provided structured notes to steer agent actions and tool invocation with hardware specs, API keys, and research plans. **Distinct from Notebook Tooling:** Distinct from Notebook Tooling: focuses on notebook-based agent configuration and steering rather than general notebook file processing.