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

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

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

yhat/rodeoArchived

0
View on GitHub↗
3,893 स्टार्स·407 फोर्क्स·JavaScript·1 व्यू

Rodeo

Rodeo is an interactive Python notebook environment and integrated development environment designed for data science. It provides a workspace for combining executable code, rich text, and data visualizations within a single document to manage the lifecycle of research scripts.

The platform facilitates data science workflow management, covering the process from initial data exploration to final model execution. It supports the development of Python scripting environments tailored for data analysis, modeling, and iterative hypothesis testing.

The system utilizes a cell-based document structure and a kernel-based execution model to run Python code in remote sessions. Real-time synchronization and communication between the interface and the backend are handled via WebSockets and a structured messaging protocol.

Features

  • Data Science Tools - Acts as a comprehensive platform for managing data science research scripts and project lifecycles.
  • Lifecycle Management - Manages the entire lifecycle of a data project from initial scripting to final model execution.
  • Data Science Environments - Offers an interactive platform specifically designed for data analysis and research development workflows.
  • Interactive Data Exploration - Enables iterative data analysis and hypothesis testing through interactive code cells and result visualization.
  • Notebook Cell Execution - Provides a document structure where code is executed in discrete cells that maintain state between runs.
  • IDE Workspaces - Provides an integrated development environment for writing and executing Python data analysis and modeling scripts.
  • Notebook Environments - Provides an interactive notebook environment that combines executable code, rich text, and data visualizations.
  • Python Development Tools - Provides a specialized environment and set of utilities for developing Python-based data science scripts.
  • Python Scripting Environments - Provides a specialized Python scripting runtime tailored for research and data-driven tasks.
  • Data Science IDEs - Ships a full integrated development environment tailored specifically for Python data analysis and modeling.
  • Execution Kernels - Utilizes a decoupled execution kernel that separates the Python compute process from the user interface.
  • JSON-RPC Implementations - Uses the JSON-RPC protocol for structured command execution and communication between the frontend and Python backend.
  • Client-Side State Management - Implements browser-side state management to track asynchronous execution results and ensure a responsive interface.
  • WebSocket State Synchronization - Employs WebSockets for real-time bidirectional synchronization of variable states and execution outputs.

स्टार हिस्ट्री

yhat/rodeo के लिए स्टार हिस्ट्री चार्टyhat/rodeo के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

yhat/rodeo क्या करता है?

Rodeo is an interactive Python notebook environment and integrated development environment designed for data science. It provides a workspace for combining executable code, rich text, and data visualizations within a single document to manage the lifecycle of research scripts.

yhat/rodeo की मुख्य विशेषताएं क्या हैं?

yhat/rodeo की मुख्य विशेषताएं हैं: Data Science Tools, Lifecycle Management, Data Science Environments, Interactive Data Exploration, Notebook Cell Execution, IDE Workspaces, Notebook Environments, Python Development Tools।

yhat/rodeo के कुछ ओपन-सोर्स विकल्प क्या हैं?

yhat/rodeo के ओपन-सोर्स विकल्पों में शामिल हैं: posit-dev/positron — Positron is a data science integrated development environment and AI-powered code editor designed for polyglot… pyo3/pyo3 — This project provides a framework for binding Rust and Python, enabling the creation of native extension modules and… ipython/ipython — IPython is an interactive computing environment and programmable extension of the Python read-eval-print loop. It… ricklamers/gridstudio — Gridstudio is a web-based data science integrated development environment that combines a programmatic spreadsheet… marimo-team/marimo — Marimo is a reactive Python notebook environment and data science integrated development environment. It functions as… vanila-io/wireflow — Wireflow is a real-time collaborative flowchart tool and visual mapping application. It provides a shared digital…

Rodeo के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Rodeo के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • posit-dev/positronposit-dev का अवतार

    posit-dev/positron

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

    Positron is a data science integrated development environment and AI-powered code editor designed for polyglot development, specifically supporting Python and R. It functions as a remote compute workspace that separates the user interface from the execution kernel via SSH or container integration. The environment features a deep integration of large language models that provide context-aware suggestions and automated data analysis by accessing real-time interpreter state, in-memory objects, and plot outputs. It distinguishes itself through a polyglot runtime bridge that enables cross-language

    TypeScript
    GitHub पर देखें↗3,969
  • pyo3/pyo3PyO3 का अवतार

    PyO3/pyo3

    15,344GitHub पर देखें↗

    This project provides a framework for binding Rust and Python, enabling the creation of native extension modules and the embedding of the Python interpreter within host applications. It functions as a cross-language interoperability library that facilitates the execution of scripts, the definition of classes, and the sharing of data structures across the boundary of the two runtimes. The framework distinguishes itself through the use of procedural macros to automate the generation of boilerplate code, simplifying the process of exposing native functions and data types. It employs type-level m

    Rustbindingffipython
    GitHub पर देखें↗15,344
  • ipython/ipythonipython का अवतार

    ipython/ipython

    16,718GitHub पर देखें↗

    IPython is an interactive computing environment and programmable extension of the Python read-eval-print loop. It serves as a development tool for writing, testing, and executing code in a live environment designed for rapid prototyping and data exploration. The system differentiates itself through a specialized set of magic commands for environment configuration and system shell integration. It features an object introspection engine for analyzing live program objects at runtime and a frontend-agnostic kernel that allows the execution logic to be embedded into other applications or graphical

    Python
    GitHub पर देखें↗16,718
  • ricklamers/gridstudioricklamers का अवतार

    ricklamers/gridstudio

    8,828GitHub पर देखें↗

    Gridstudio is a web-based data science integrated development environment that combines a programmatic spreadsheet interface with an interactive Python environment. It functions as a system for organizing and deploying isolated data workspaces to handle data science tasks and storage. The platform merges spreadsheet data management with an execution engine for formulas and Python code, allowing for programmatic spreadsheet manipulation. It enables users to run interactive scripts and terminal sessions to clean, transform, and manage datasets within a browser. The environment supports Linux s

    JavaScript
    GitHub पर देखें↗8,828
Rodeo के सभी 30 विकल्प देखें→